How go to next slide in edit mode using macro ?

  • Thread starter Thread starter Jerry Adriane Gonçalves
  • Start date 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
 
ActivePresentation.Slides(ActiveWindow.Selection.SlideRange(1).SlideIndex
+1).Select
 
Back
Top