![]() |
|
#1
|
|||
|
|||
|
Hello,
I am using the following macro to print a specific page in my powerpoint when a button is pushed and it works great. Can I add to this macro to also make it advance to a specific page once the button is pushed. Thanks in advance for the help. Sub printme() With ActivePresentation.PrintOptions .RangeType = ppPrintSlideRange With .Ranges .ClearAll .Add Start:=24, End:=24 End With .NumberOfCopies = 1 .OutputType = ppPrintOutputSlides .PrintHiddenSlides = msoTrue .PrintColorType = ppPrintColor .FitToPage = msoTrue .FrameSlides = msoFalse End With ActivePresentation.PrintOut End Sub |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Run a macro on multiple docx. files
|
Peter Carter | Word VBA | 27 | 12-15-2022 04:10 PM |
Video will not stop playing when actions are used
|
tjaske | PowerPoint | 1 | 11-04-2012 10:11 AM |
| Outlook 'actions' menu item moved to the left? | galgewater | Outlook | 0 | 07-30-2012 07:05 AM |
looking for macro for multiple files
|
bolk | Word | 3 | 05-03-2011 05:46 AM |
Automate actions in MS Word
|
Ray Vassallo | Word | 1 | 03-07-2009 09:22 AM |