+ Reply to Thread
Results 1 to 4 of 4

How to delete all page breaks?

  1. #1
    mchastant
    Guest

    How to delete all page breaks?

    I've been banging my head on my desk for a day trying to figure this out.
    Does anyone have a working example of how to do this?

    Thanks.

  2. #2
    Norman Jones
    Guest

    Re: How to delete all page breaks?

    Hi Mchastant,

    To remove all manual pagebreaks try:

    Activesheet.Cells.PageBreak = xlPageBreakNone



    ---
    Regards,
    Norman



    "mchastant" <[email protected]> wrote in message
    news:[email protected]...
    > I've been banging my head on my desk for a day trying to figure this out.
    > Does anyone have a working example of how to do this?
    >
    > Thanks.




  3. #3
    mchastant
    Guest

    Re: How to delete all page breaks?

    How about automatic pagebreaks?

    "Norman Jones" wrote:

    > Hi Mchastant,
    >
    > To remove all manual pagebreaks try:
    >
    > Activesheet.Cells.PageBreak = xlPageBreakNone
    >
    >
    >
    > ---
    > Regards,
    > Norman
    >
    >
    >
    > "mchastant" <[email protected]> wrote in message
    > news:[email protected]...
    > > I've been banging my head on my desk for a day trying to figure this out.
    > > Does anyone have a working example of how to do this?
    > >
    > > Thanks.

    >
    >
    >


  4. #4
    Norman Jones
    Guest

    Re: How to delete all page breaks?

    Hi Mchastant,

    > How about automatic pagebreaks?


    Automatic page breaks cannot be deleted.

    If you wish turn off the display of manual and automatic pagebreaks, try:

    Application.DisplayPageBreaks = False


    ---
    Regards,
    Norman



    "mchastant" <[email protected]> wrote in message
    news:[email protected]...
    > How about automatic pagebreaks?
    >
    > "Norman Jones" wrote:
    >
    >> Hi Mchastant,
    >>
    >> To remove all manual pagebreaks try:
    >>
    >> Activesheet.Cells.PageBreak = xlPageBreakNone
    >>
    >>
    >>
    >> ---
    >> Regards,
    >> Norman
    >>
    >>
    >>
    >> "mchastant" <[email protected]> wrote in message
    >> news:[email protected]...
    >> > I've been banging my head on my desk for a day trying to figure this
    >> > out.
    >> > Does anyone have a working example of how to do this?
    >> >
    >> > Thanks.

    >>
    >>
    >>




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1