bluesteelday
New Member
- Joined
- Nov 12, 2013
- Messages
- 2
Hi Guys,
I have page breaks in every excel sheet (Page 1,Page 2) set for printing purposes.
What I would like to do is hide the 2nd page in each sheet and keep the 1st page.
I need this to be active for all sheets except sheet named "Other"
This is my code:
For Each ws in application.activeworkbook.worksheets
if ws.name <> ("Other") Then:
-----------------------
Thanks!
I have page breaks in every excel sheet (Page 1,Page 2) set for printing purposes.
What I would like to do is hide the 2nd page in each sheet and keep the 1st page.
I need this to be active for all sheets except sheet named "Other"
This is my code:
For Each ws in application.activeworkbook.worksheets
if ws.name <> ("Other") Then:
-----------------------
Thanks!