J
Jeff
I have written a VBA Panel with one of the buttons being a page upand
page down button using the following code
Private Sub CommandButton26_Click()
On Error Resume Next
With ActiveWindow.View
Call .GotoSlide(.Slide.SlideIndex + 1)
End With
End Sub
The code works in the slide view but not the slide master view. What
am I missing?
page down button using the following code
Private Sub CommandButton26_Click()
On Error Resume Next
With ActiveWindow.View
Call .GotoSlide(.Slide.SlideIndex + 1)
End With
End Sub
The code works in the slide view but not the slide master view. What
am I missing?