Save Problem and VBA Script

  • Thread starter Thread starter Meddle
  • Start date Start date
M

Meddle

I'm having an issue with some command buttons that I've created in my
presentation. I'm using PP 2002 SP-2, on Win2K.

Here is the scenario:
1. Create a new presentation ( 2 slides )
2. Add a Command Button to the slide. Add code to the button that advances
you to the next slide.
e.g ActivePresentation.SlideShowWindow.View.Next
3. Set up the slide show so that it is in kiosk mode.
4. If you then run the presentation, the button will move you to the next
slide.
5. Save the presentation, and then exit PP. The load PP and the
presentation, and the button no longer works. I had several command
buttons in the presentation for navigation (I don't want to use the
standard action buttons for navigation, since I want to code in some other
features. If I use these buttons, however, you can navigate fine, but
don't work.)

I've tried adding new buttons to the presentation, and nothing works after
the file is saved. I can recreate the presentation again, and then it
works until you save it. Am I missing something?

Any help is much appreciated.

Jason
 
Meddle,
Check your macro security settings (Tools | Macro | Security).
Change it to MEDIUM.
Open the presentation again. This time enable the macros. It should work.
--
Regards
Shyam Pillai

Handout Wizard
http://www.mvps.org/skp/how/
 
Back
Top