Thread
:
HPageBreak not working
View Single Post
#
3
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 142
HPageBreak not working
Thanks for you reply!.
Your suggestion does not work either - also - see next post with Subject:
HPageBreak not working
On Sat, 13 Oct 2012 15:54:05 +0200, Claus Busch
wrote:
Hi,
Am Sat, 13 Oct 2012 09:28:50 -0400 schrieb
:
I am using Excel 2003 (ancient like me). I can insert an entry into the
HPageBreaks collection by "Insert/PageBreak" in Excel or by
ActivePage.HPageBreaks.add befo=Range("A28")
in VBA.
try it with:
ActiveSheet.HPageBreaks.Add Range("A28")
Regards
Claus Busch
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]