Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 11-21-2013, 12:39 PM
hudsontucker13 hudsontucker13 is offline run multiple actions with macro Windows XP run multiple actions with macro Office 2010 64bit
Novice
run multiple actions with macro
 
Join Date: Dec 2012
Posts: 8
hudsontucker13 is on a distinguished road
Default run multiple actions with macro

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
Reply With Quote
  #2  
Old 11-22-2013, 01:51 AM
JohnWilson JohnWilson is offline run multiple actions with macro Windows 7 64bit run multiple actions with macro Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,912
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

Presuming you are in slide show view?

Add this line before End Sub

SlideShowWindows(1).View.GotoSlide xx
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
  #3  
Old 11-22-2013, 07:12 AM
hudsontucker13 hudsontucker13 is offline run multiple actions with macro Windows XP run multiple actions with macro Office 2010 64bit
Novice
run multiple actions with macro
 
Join Date: Dec 2012
Posts: 8
hudsontucker13 is on a distinguished road
Default

thank you for your help. that is exactly what I needed
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
run multiple actions with macro Run a macro on multiple docx. files Peter Carter Word VBA 27 12-15-2022 04:10 PM
run multiple actions with macro 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
run multiple actions with macro looking for macro for multiple files bolk Word 3 05-03-2011 05:46 AM
run multiple actions with macro Automate actions in MS Word Ray Vassallo Word 1 03-07-2009 09:22 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 05:11 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft