Thankyou Steve

  • Thread starter Thread starter Tyrone
  • Start date Start date
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?
 
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top