View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
[email protected] NoSpam@aol.com is offline
external usenet poster
 
Posts: 142
Default 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