PPT: Sample VB Code to Print Current Slide from Slide Show (166859)
The information in this article applies to:
- Microsoft PowerPoint 98 Macintosh Edition
- Microsoft PowerPoint 97 for Windows
This article was previously published under Q166859 SUMMARY
This article contains a sample Microsoft Visual Basic for Applications
macro (Sub procedure) that prints the current slide in a running slide
show.
When running a slide show, it may be desirable, especially if in kiosk
mode, to be able to print the current slide in a running slideshow out to a
printer. The following code allows you to do just that.
This macro code would be used with an action button, placed on the master
slide, and attached to the action button via its action settings. Once on
the master, it would be available for all slides, and it will print
whichever slide is currently on display in the slideshow.
REFERENCES
For more information about creating Visual Basic for Applications macros,
click the Office Assistant in Microsoft PowerPoint, type how to create a
macro click Search, and then click to view "Create a macro in Visual
Basic Editor."
For more information about running Visual Basic for Applications macros,
click the Office Assistant in Microsoft PowerPoint, type how to run a
macro click Search, and then click to view "Run a macro."
NOTE: If the Assistant is hidden, click the Office Assistant button on the
Standard toolbar. If the Assistant is not able to answer your query, please
see the following article in the Microsoft Knowledge Base:
176476 OFF: Office Assistant Not Answering Visual Basic Questions
For additional information about getting help with Visual Basic for
Applications, please see the following article in the Microsoft Knowledge
Base:
163435 VBA: Programming Resources for Visual Basic for Applications
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbcode kbdtacode kbinfo kbprint kbProgramming KB166859 |
---|
|