Hi All,
I create reports in excel via vb.I have 3 reports,each report on another sheet.I display the reports by "printPreview",but I see only one sheet a time.
My question:
how can I display the 3 sheets one after the other by "printPreview" command?
I try to do that:
Sheets("sheet1"
.Select
Sheets("sheet2"
.Select
Sheets("sheet3"
.Select
Xl.ActiveWorkbook.PrintPreview
but it doesnt work.
your answers would be much appreciated.
I create reports in excel via vb.I have 3 reports,each report on another sheet.I display the reports by "printPreview",but I see only one sheet a time.
My question:
how can I display the 3 sheets one after the other by "printPreview" command?
I try to do that:
Sheets("sheet1"
Sheets("sheet2"
Sheets("sheet3"
Xl.ActiveWorkbook.PrintPreview
but it doesnt work.
your answers would be much appreciated.