Question

I have an excel (2003) workbook. I need to print a booklet of certain information contain in the workbook.

Is it possible to print one page from one worksheet then another page from another worksheet in one print job as the print setup is as a booklet? I have been searching the internet for some time without any luck.

One possibilty I have come across in my search is saving each worksheet to a pdf file so the pdf file will contain 10 pages. The only issue with this is adding a 3rd party dll as my company has strict rules on this. If there is a built in method that does this please let me know as I can't find it.

Thanks, M

Was it helpful?

Solution

You can put them in an array

Sheets(Array("Sheet3", "Sheet1")).PrintOut
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top