PowerPoint presentation as object 
Author Message
 PowerPoint presentation as object

Hi.

I need to keep an slide hide from the normal presentation, and shows
it when I click a Textbox. So, I added a PowerPoint presentation as an
object and I created a simple one line macro, to show the external
presentation during a slide show:

Sub ShowAddedSlide()
ActivePresentation.Slides(4).Shapes(1).OLEFormat.DoVerb 1
End Sub

Then, I put the macro name at the Action Settings option of the
Textbox. If I run the macro from the IDE it runs ok, but if I try to
click the Textbox during the slide show, nothing happens. Can you see
what is wrong in my code?

Thanks



Mon, 03 Jan 2005 08:23:28 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Object reference to Powerpoint presentation

2. Error adding a powerpoint presentation to a ppt object

3. Opening a presentation object in MS powerpoint

4. Error while adding a powerpoint presentation to ppt object

5. opening a presentation object in powerpoint

6. Updating PowerPoint Presentation graphs using data from Access

7. Export reports to powerpoint presentation

8. PowerPoint Presentations based on Access Databases.

9. PowerPoint Presentations

10. Keypress detection during a powerpoint presentation

11. PowerPoint record presentation API

12. Extract text and images from powerpoint presentation

 

 
Powered by phpBB® Forum Software