Sure, just put the following line of code in the click event of the command button to print the presentation:
ActivePresentation.PrintOut
This will simply print out the current presentation when you run the presentation and click on the button. If you want to access more functions, use the properties
ActivePresentation.PrintOptions
and
ActivePresentation.PageSetup
for whatever you need (put a dot afterwards and select the property you want). Hit F1 while the cursor is on "PrintOptions" or "PageSetup" to get more information about using these properties.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.