I need some help .. I need a macro that prints the whole presentation.
A Austin Myers May 21, 2005 #2 Doesn't File > Print work for you? Austin Myers MS PowerPoint MVP Team Solutions to Multimedia in PowerPoint www.pfcmedia.com
Doesn't File > Print work for you? Austin Myers MS PowerPoint MVP Team Solutions to Multimedia in PowerPoint www.pfcmedia.com
D David M. Marcovitz May 22, 2005 #3 Sub PrintPres() ActivePresentation.PrintOptions.OutputType = ppPrintOutputSlides ActivePresentation.PrintOut From:=1, To:=ActivePresentation.Slides.Count End Sub --David David Marcovitz Microsoft PowerPoint MVP Author of _Powerful PowerPoint for Educators_ http://www.loyola.edu/education/PowerfulPowerPoint/
Sub PrintPres() ActivePresentation.PrintOptions.OutputType = ppPrintOutputSlides ActivePresentation.PrintOut From:=1, To:=ActivePresentation.Slides.Count End Sub --David David Marcovitz Microsoft PowerPoint MVP Author of _Powerful PowerPoint for Educators_ http://www.loyola.edu/education/PowerfulPowerPoint/