Hello
I have some code the switches off DisplayPageBreaks for the active sheet.
It is as follows:
ActiveSheet.DisplayPageBreaks = False
This just works for the active sheet. Is there a way of doing the same for all worksheets in the workbook?
Many thanks
Bill
I have some code the switches off DisplayPageBreaks for the active sheet.
It is as follows:
ActiveSheet.DisplayPageBreaks = False
This just works for the active sheet. Is there a way of doing the same for all worksheets in the workbook?
Many thanks
Bill