Thankyou Steve

T

Tyrone

Really appreciate it, one other thing how do I get it to go into the
current slide selected and not a named number slide?
 
M

Michael Koerner

Your the right Steve, see "VB Powerpoint Shapes" ;-o))




Really appreciate it, one other thing how do I get it to go into the
current slide selected and not a named number slide?

I don't see the original to this, so I don't know what the context is.
Or even if I'm the same Steve. ;-)

With SlideShowWindows(1).View.Slide
msgbox .Name
msgbox .SlideId
msgbox .SlideIndex
msgbox .SlideNumber
msgbox "Does one of those tell you what you need to know?"
End with
 
Top