Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 03-20-2012, 06:01 AM
Guy Roth Guy Roth is offline How to print on both sides of a page manually Windows 7 32bit How to print on both sides of a page manually Office 2010 32bit
Novice
How to print on both sides of a page manually
 
Join Date: Nov 2011
Posts: 20
Guy Roth is on a distinguished road
Default How to print on both sides of a page manually


I have got PowerPoint 2010 and I am trying to print a long presentation on both sides of the pages, using a printer that doesn't support it automatically.
I tried to follow the instructions here from the official MS site in order to do that but I couldn't because I couldn't find in my installation:
Under: File-->Print-->Settings in the dropdown of 'Print One Sided' the option of 'Print on Both Sided'
I also don't have the option of 'Only Print Even Pages' or 'Only Print Odd Pages' in the relevant dialog on my desktop'

Does anyone know if I have to turn some settings on in order to be able to see these options and by that to able to print on both sides???
Reply With Quote
  #2  
Old 03-20-2012, 07:18 AM
JohnWilson JohnWilson is offline How to print on both sides of a page manually Windows 7 64bit How to print on both sides of a page manually 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

Those instructions only apply to Word. They don't exist in PowerPoint

You would have to manually type in the slides to print

These macros will do the hard work for you. If you have an odd number of slides you should remove the last slide before printing the even numbers.

Code:
Sub OddPagesForwards()
Dim L As Long
With ActivePresentation.PrintOptions
.Ranges.ClearAll
.RangeType = ppPrintSlideRange
For L = 1 To ActivePresentation.Slides.Count Step 2
.Ranges.Add L, L
Next L
End With
CommandBars.ExecuteMso ("PrintPreviewAndPrint")
End Sub

Sub EvenPagesBackwards()
Dim L As Long
With ActivePresentation.PrintOptions
.Ranges.ClearAll
.RangeType = ppPrintSlideRange
If ActivePresentation.Slides.Count / 2 = ActivePresentation.Slides.Count \ 2 Then
For L = ActivePresentation.Slides.Count To 2 Step -2
.Ranges.Add L, L
Next L
Else
For L = ActivePresentation.Slides.Count - 1 To 2 Step -2
.Ranges.Add L, L
Next L
End If
End With
CommandBars.ExecuteMso ("PrintPreviewAndPrint")
End Sub
How to use code
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
  #3  
Old 03-22-2012, 02:34 AM
Guy Roth Guy Roth is offline How to print on both sides of a page manually Windows 7 32bit How to print on both sides of a page manually Office 2010 32bit
Novice
How to print on both sides of a page manually
 
Join Date: Nov 2011
Posts: 20
Guy Roth is on a distinguished road
Default

So here is another link of MS-Office guidelines that discuss printing option in Powerpoint and also mention printing on both sides.

I just can't believe that the only solution is to insert a manual macro and there is no other build-in solution.

That's a very not green attitude of Microsoft that causes thousands of people to waste a lot of papers!
Reply With Quote
  #4  
Old 03-22-2012, 02:47 AM
JohnWilson JohnWilson is offline How to print on both sides of a page manually Windows 7 64bit How to print on both sides of a page manually 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

Hi Guy

In fact they do exist in powerPoint (Yep I was wrong!) BUT they only seem to be there if you have a printer capable of this. I switched back to our main printer and the option appeared,

I guess it's the printer maker that's not green.
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
  #5  
Old 03-22-2012, 03:41 AM
Guy Roth Guy Roth is offline How to print on both sides of a page manually Windows 7 32bit How to print on both sides of a page manually Office 2010 32bit
Novice
How to print on both sides of a page manually
 
Join Date: Nov 2011
Posts: 20
Guy Roth is on a distinguished road
Default

No, Microsoft should provide the ablity to print seperately even and odd pages for those whose printer can't print in duplex mode, similar to what they provide in Word.
It's a very simple and required feature that PowerPoint should include.
Reply With Quote
  #6  
Old 03-22-2012, 06:43 AM
JohnWilson JohnWilson is offline How to print on both sides of a page manually Windows 7 64bit How to print on both sides of a page manually 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

I'm not disagreeing. in fact I might include it in OUR new toolkit!
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
Reply

Tags
duplex, print



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to print on both sides of a page manually Background Page color is not covering the entire page when I print the doc prateekb Word 4 03-14-2012 01:19 AM
How to print on both sides of a page manually Aligning Centered Text on Both Sides? - 2007 Foppa Word 6 11-01-2011 10:24 AM
Not able to print in a page cookiegal Outlook 0 06-02-2011 01:02 AM
How to print on both sides of a page manually Changing formats manually?? Flabbergaster Word 1 11-03-2010 02:45 AM
manually sending a message from outbox Mr.McRude Outlook 0 06-17-2010 11:46 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 10:24 AM.


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