S
speechpath
Does anyone know why this script will work in PPT Office XP, but not in PPT for Office 2004 on Mac?
Do I need to modify it for it to work on a Mac?
Thanks
Here's the script:
Sub OnSlideShowPageChange()
If ActivePresentation.SlideShowWindow.View.CurrentShowPosition = 3 Then
ActivePresentation.SlideShowWindow.View.GotoSlide 5
End If
End Sub
Do I need to modify it for it to work on a Mac?
Thanks
Here's the script:
Sub OnSlideShowPageChange()
If ActivePresentation.SlideShowWindow.View.CurrentShowPosition = 3 Then
ActivePresentation.SlideShowWindow.View.GotoSlide 5
End If
End Sub