L
LisaR
Hi, I'm trying to create a macro that will allow the viewer of the PowerPoint
presentation (slide show) to print all of the slides when they click a Print
button I've created. The code I'm using will print the current slide, but I
don't know the syntax to change it to print all of the slides. Here's the
code I'm using:
Sub prnt()
ActivePresentation.PrintOptions.RangeType = ppPrintCurrent
ActivePresentation.PrintOut
End Sub
Thank you!
presentation (slide show) to print all of the slides when they click a Print
button I've created. The code I'm using will print the current slide, but I
don't know the syntax to change it to print all of the slides. Here's the
code I'm using:
Sub prnt()
ActivePresentation.PrintOptions.RangeType = ppPrintCurrent
ActivePresentation.PrintOut
End Sub
Thank you!