View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bill Renaud[_2_] Bill Renaud[_2_] is offline
external usenet poster
 
Posts: 117
Default moving automatic vertical pagebreak

You might have to try the Location property to move a VPageBreak.
The DragOff method drags a page break out of the print area. Is this what
you want to do?
Can you post some sample code that you are trying?
--
Regards,
Bill


"mark" wrote in message
...
hi!

is it possible to move the the automatic vertical
pagebreak using vba? the dragoff doesnt seems to work.

thanks for any help