I
inungh
I use following code to print my spreadsheet and would like to pirnt
it on the same paper on 2 side.
It seems that Excel sends out to print 2 times and it always print on
2 papers, but not one papaer on 2 sides.
Are there any way, to print 2 sheets in one shot to send to printer?
I tried to merge 2 sheets, but Front and backing are not same columns
setting to make it difficult to print.
Your help is great appreciated,
Sheets("FRONT")..PrintOut Copies:=1, Collate:=True
Sheets("BACKING").PrintOut Copies:=1, Collate:=True
it on the same paper on 2 side.
It seems that Excel sends out to print 2 times and it always print on
2 papers, but not one papaer on 2 sides.
Are there any way, to print 2 sheets in one shot to send to printer?
I tried to merge 2 sheets, but Front and backing are not same columns
setting to make it difficult to print.
Your help is great appreciated,
Sheets("FRONT")..PrintOut Copies:=1, Collate:=True
Sheets("BACKING").PrintOut Copies:=1, Collate:=True