+ 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" <mchastant@discussions.microsoft.com> wrote in message
    news:B0C48CFD-06B0-410F-BDBB-E934D3CF4C74@microsoft.com...
    > 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" <mchastant@discussions.microsoft.com> wrote in message
    > news:B0C48CFD-06B0-410F-BDBB-E934D3CF4C74@microsoft.com...
    > > 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" <mchastant@discussions.microsoft.com> wrote in message
    news:4E8E4C9F-2D65-40BE-86B9-1C764D4265A4@microsoft.com...
    > How about automatic pagebreaks?
    >
    > "Norman Jones" wrote:
    >
    >> Hi Mchastant,
    >>
    >> To remove all manual pagebreaks try:
    >>
    >> Activesheet.Cells.PageBreak = xlPageBreakNone
    >>
    >>
    >>
    >> ---
    >> Regards,
    >> Norman
    >>
    >>
    >>
    >> "mchastant" <mchastant@discussions.microsoft.com> wrote in message
    >> news:B0C48CFD-06B0-410F-BDBB-E934D3CF4C74@microsoft.com...
    >> > 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