How do you print pages 1 AND 3 in a worksheet?

S

SirLoin

I have tried all three methods you guys gave - but I get the sam
message with each...

Runtime error 9.
Script Out of Range

What is this telling me.

How do I modify those commands to suit my spreadsheet
 
D

Don Guillett

That means that you do not have a worksheet with the requested name. Perhaps
you should change the name of the request (sheet1) in the macro or the name
of your worksheet to comply.
 
Top