Thread: HPageBreak
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
billQ billQ is offline
external usenet poster
 
Posts: 16
Default HPageBreak

I found the solution
thanks
"billQ" wrote in message
...
Hello,
I have added several page breaks using the code:
Worksheets.HPageBreaks.Add Befo=cell1
After I do some things I need to remove these same page breaks using code.
I can't seem to find the .Remove function to do the trick.
Any help will be appreciated
thanks
bill q