This seems simple enough:
How about removing one. I don't want to reset all as in:
I just want to get rid of the one, like:
But this doesn't work. Any suggestions?
Cheers,
Tom
Code:
ActiveWindow.SelectedSheets.HPageBreaks.Add Before:=ActiveCell
How about removing one. I don't want to reset all as in:
Code:
ActiveSheet.ResetAllPageBreaks
I just want to get rid of the one, like:
Code:
ActiveSheet.HPageBreaks(1).Remove
But this doesn't work. Any suggestions?
Cheers,
Tom