INITIALIZE() event ..... ??

  • Thread starter Thread starter Claudio Ferroni
  • Start date Start date
C

Claudio Ferroni

In a Slide, after some VBA code, I execute this command:

SlideShowWindows(1).View.GotoSlide 10

to visualize the SLIDE 10.

But the SLIDE 10 has a own VBA code, declare as XXX_Initialize()

because I need to build a ListBox before display the slide.

It is doesn't work ... I mean the SUB is never execute.

Somebody has some idea?

I'm using P2003.

Best regard

Claudio
 
Claudio,
You need to create an event handler to detect the change in the slide. Check
out the programming section of the PowerPoint FAQ www.pptfaq.com for an
article which explain how to create an eventhandler.

Alternately you can use my free autoevents add-in to fire an event when it
changes the slide - http://www.mvps.org/skp/autoevents.htm.

Regards
Shyam Pillai
 
Back
Top