Create one print job from multiple workbooks

Zakkaroo

Active Member
Joined
Jul 6, 2009
Messages
383
I need a macro that will print specific sheets from several workbooks as ONE print job. It would be relatively easy (I imagine) to get excel to print each sheet separately one by one, but I need it to be combined in one print job as the printer is going to combine it into a booklet for me.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
Example:
Workbook 1
Need to print:
Sheet2
Sheet10
Sheet11
Sheet12
Sheet13
Sheet14
<o:p></o:p>
Workbook 2
Need to print
Sheet3
Sheet4
Sheet5
<o:p></o:p>
So, can anyone tell me how to select multiple sheets from multiple workbooks and then print (using VBA)?
<o:p></o:p>
Thanks in advance for any assistance

IF it makes it any easier, I can hide all the unwanted sheets from both workbooks so that the only visible sheets are those I want to print. Not sure if that helps.
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.

Forum statistics

Threads
1,224,584
Messages
6,179,687
Members
452,938
Latest member
babeneker

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