![]() |
#2
|
|||
|
|||
![]()
This might get you started. Prints the current slide to the default printer
Sub printme() Dim curr As Long curr = SlideShowWindows(1).View.CurrentShowPosition With ActivePresentation.PrintOptions .RangeType = ppPrintSlideRange .OutputType = ppPrintOutputSlides .Ranges.ClearAll .Ranges.Add Start:=curr, End:=curr End With ActivePresentation.PrintOut End Sub |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Range(Cell1,Cell2) Error on another workbook controlling some other workbook? | tinfanide | Excel Programming | 1 | 02-09-2012 04:08 PM |
Controlling search option in word | suvvi | Word | 0 | 08-05-2011 06:10 AM |
Controlling Style when a user pastes into a form | Cris0205 | Word | 0 | 08-05-2010 04:33 PM |
Internet Explorer is Controlling Fonts on Incoming Emails!? | Tad_R | Outlook | 0 | 10-07-2007 12:11 PM |
Business plan maker | unknowngiver | Office | 6 | 06-06-2005 04:25 PM |