Hi there!
I'm using some code to print 4 periods continuously, but with the code below nothing happens.....
For Each One_break In ActiveSheet.HPageBreaks
One_break.Delete
Next
(The code loops 3 times, but on MsgBox "Breaks: " & ActiveSheet.HPageBreaks.Count i get the value 3....)
Any suggestions?
Agathe
I'm using some code to print 4 periods continuously, but with the code below nothing happens.....
For Each One_break In ActiveSheet.HPageBreaks
One_break.Delete
Next
(The code loops 3 times, but on MsgBox "Breaks: " & ActiveSheet.HPageBreaks.Count i get the value 3....)
Any suggestions?
Agathe