FagerbergDellby,
Copy all the sheets into one holding sheets and print from there. Attached is a file with a macro that does that with somerandom data I have used. ALT+F8 to select and run the 'copier' macro.
When it gets to the Preview screen press the Page Break review button and drag the page breaks to where you want them - they're the blue lines.
To install a sub in a module:
1) Press ALT+F11
2) Find the workbook name in the VBAProject window (CTRL+R if it's not visible), right-click on the file name
3) Select Insert/Module
4) Double click on the new Module
5) Paste the code into the Module under Option Explicit
6) ALT + F11 to return to the worksheet
7) ALT + F8 to select and run the macro
Hope that helps
Patrick