G
Guest
I am using PP in Office 2007.
I have several macros that each run when various action buttons are clicked.
I have several public variables that are used between the macros. I want to
make sure each public variable is assigned its proper value when I start the
slide show. I can't find any start slide show events.
In my VBAProject(project name) I only have Module1.
For example I tried:
Private Sub App_SlideShowBegin(ByVal Wn As SlideShowWindow)
booVar1 = False
booVar2= True
boovar3 = False
End Sub
This sub doesn't run when I start the slide show.
Can anyone help me with this? If you can show me how to make sure the
boolean varibles are set to true of false when the slide show begins, I can
figure out the other variables.
Thanks
I have several macros that each run when various action buttons are clicked.
I have several public variables that are used between the macros. I want to
make sure each public variable is assigned its proper value when I start the
slide show. I can't find any start slide show events.
In my VBAProject(project name) I only have Module1.
For example I tried:
Private Sub App_SlideShowBegin(ByVal Wn As SlideShowWindow)
booVar1 = False
booVar2= True
boovar3 = False
End Sub
This sub doesn't run when I start the slide show.
Can anyone help me with this? If you can show me how to make sure the
boolean varibles are set to true of false when the slide show begins, I can
figure out the other variables.
Thanks