Printing all sheets double sided

mellul

New Member
Joined
Dec 17, 2004
Messages
2
Hi

I have the following Macro to print all tabs within my worksheet:

Public Sub PRINTALLSHEET()
Dim Sh As Worksheet
For Each Sh In Worksheets
Sh.PrintOut
Next Sh
End Sub

But I would like each page to be printed double sided. Any ideas of what text I would need to add in?

Thanks!
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Assuming your printer has that option, record a macro while printing a couple of pages manually. That will give you the code.
 
Upvote 0

Forum statistics

Threads
1,203,109
Messages
6,053,563
Members
444,673
Latest member
Jagadeshrao

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top