manojkumat
New Member
- Joined
- Dec 1, 2014
- Messages
- 3
Hey, I want a macro to display print preview of multiple worksheets of an excel file. I've a macro that is basically displaying the preview of just one worksheet. But i want a macro that can display the preview of say 4-5 worksheets in a big excel file of say 30 worksheets.
The Macro I'm using currently is:
'Show the print preview window for a specific Excel worksheet
Worksheets("A1 - Final BS").PrintPreview
End Sub
Please help me with this problem.
Thanks in advance,
Manoj
The Macro I'm using currently is:
'Show the print preview window for a specific Excel worksheet
Worksheets("A1 - Final BS").PrintPreview
End Sub
Please help me with this problem.
Thanks in advance,
Manoj