S
snicks
My users do not have addins to support autorun macros w/in PPT, they will not
install addins and they don’t want to click Tools>Macro>Macro>Run. I was
thinking one way to simplify the running of the macro would be to add a
splash image covering the content of the first page, have the client click on
the image, intercept the click and run the required macro. Problems
immediately raise their ugly heads. First unless the file has been saved
with a .pps extension or the user switches to SlideShow mode the click event
does not fire. I tried running the macro in SlideShow mode but my code
breaks,
For Each oSld In ActivePresentation.Slides
…..
oSld.Shapes.Item(I).Select
The error states the window must be in Slide or Notes view to run the second
line.
Finally a question…
Is it possible to programmatically switch from SlideShow mode to Slide mode
when the PPT has been launched using a .pps extension?
Even better is there some way to launch a macro in design mode other than by
clicking Tools>Macro>Macro>Run or adding the macro toolbar and clicking on
the > button?
install addins and they don’t want to click Tools>Macro>Macro>Run. I was
thinking one way to simplify the running of the macro would be to add a
splash image covering the content of the first page, have the client click on
the image, intercept the click and run the required macro. Problems
immediately raise their ugly heads. First unless the file has been saved
with a .pps extension or the user switches to SlideShow mode the click event
does not fire. I tried running the macro in SlideShow mode but my code
breaks,
For Each oSld In ActivePresentation.Slides
…..
oSld.Shapes.Item(I).Select
The error states the window must be in Slide or Notes view to run the second
line.
Finally a question…
Is it possible to programmatically switch from SlideShow mode to Slide mode
when the PPT has been launched using a .pps extension?
Even better is there some way to launch a macro in design mode other than by
clicking Tools>Macro>Macro>Run or adding the macro toolbar and clicking on
the > button?