G
Guest
I have a VBA script written in PowerPoint application.
In the code, I want to open a specific slide then pause/wait on the slide
while it is being reviewed. I don't want to use stop since this requires the
operator to restart the code.
I would like to use a message box to say something like "when done reviewing
slide, click continue". However, when I do this, the message box captures
the PowerPoint application and the slide can't be reviewed.
Is there a way to turn off the capturing of the application by the message
box?
Thanks.
In the code, I want to open a specific slide then pause/wait on the slide
while it is being reviewed. I don't want to use stop since this requires the
operator to restart the code.
I would like to use a message box to say something like "when done reviewing
slide, click continue". However, when I do this, the message box captures
the PowerPoint application and the slide can't be reviewed.
Is there a way to turn off the capturing of the application by the message
box?
Thanks.