How go to next slide in edit mode using macro ?

  • Thread starter Jerry Adriane Gonçalves
  • Start date
J

Jerry Adriane Gonçalves

Hi.

Is there any way to go to next slide in edit mode using some macro (VBA)
statement ?

How could do this ?

Thanks in advance,

Jerry
 
K

Keith Tromer

ActivePresentation.Slides(ActiveWindow.Selection.SlideRange(1).SlideIndex
+1).Select
 

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

Top