Background: I am OLE linking slides to FrameMaker
documents. When there is a linking problem, the error
always identifies the slide by its ID.
if you need the slide index then
ActivePresentation.Slides(1).SlideIndex
Regards
Shyam Pillai
"Mark Powell" <anon...@discussions.microsoft.com> wrote in message
news:085901c42de9$ca623480$3501...@phx.gbl...
Select the slide in slide sorter view or just move to it in normal view then
run this macro:
Sub ShowSlideID()
MsgBox ActiveWindow.Selection.SlideRange(1).SlideID
End Sub
You might want to paste this code into another presentation rather than the one
you're investigating so as not to have it trigger macro warnings on other
computers.
There's also an inexpensive "Plus" update to our free PPTools Starter Set that
adds a kind of "inspector" tool which tells you the ID of a selected slide and
a whole lot more useful information about selected slides/shapes etc.
> Background: I am OLE linking slides to FrameMaker
> documents. When there is a linking problem, the error
> always identifies the slide by its ID.
>
--
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
>.
>
Nope, not stupid at all.
How do I USE this VBA stuff in PowerPoint?
http://www.rdpslides.com/pptfaq/FAQ00033.htm