Hi Guys,
I have page breaks in every excel sheet (Page 1,Page 2) set for printing purposes.
Any way to hide all contents in everysheet starting with the 2nd page(meaning to display just the 1st page break) in every sheet?
I need this to be active for all sheets except Other
This is my code:
For Each ws in application.activeworkbook.worksheets
if ws.name <> ("Other") Then:
-----------------------
Thanks!
Bookmarks