Simon Caiger
May 8th, 2003, 04:30 AM
I have dabbled with VBA in Excel before but now I need to do some more complex things in PowerPoint.
I would be grateful if somebody could answer these simple (I hope) questions :
1) As certain slides are loaded, I need to run some code. Sometimes this is immediately the slide is shown, other times it will be some period of time after the slide is shown. I have sussed how to create a timer but what I need to know is there some kind of Slide_Load event?
I am currently using a CommandButton on the slide but I would really like to automate the process.
2) UserForms seem to be some kind of VB Form object. Do these get displayed on the PowerPoint slide? If so, what is the display method (Show?).
3) Is there a PictureBox control available? Either to be displayed on a UserForm or preferrably on the slide.
Thanks in advance
I would be grateful if somebody could answer these simple (I hope) questions :
1) As certain slides are loaded, I need to run some code. Sometimes this is immediately the slide is shown, other times it will be some period of time after the slide is shown. I have sussed how to create a timer but what I need to know is there some kind of Slide_Load event?
I am currently using a CommandButton on the slide but I would really like to automate the process.
2) UserForms seem to be some kind of VB Form object. Do these get displayed on the PowerPoint slide? If so, what is the display method (Show?).
3) Is there a PictureBox control available? Either to be displayed on a UserForm or preferrably on the slide.
Thanks in advance