+ Reply to Thread
Results 1 to 2 of 2

Page Breaks

  1. #1
    Me2Ewe
    Guest

    Page Breaks

    Can someone tell me how I can get the page breaks to stay checked. Is there
    a registry setting or group policy setting? I have searched but missed it
    somewhere. I like them to be on all the time.
    Thanks Bruce



  2. #2
    David McRitchie
    Guest

    Re: Page Breaks

    Be careful what you ask for you may just get it.

    Page breaks are turned on in Print Preview, or in
    tools, Options, view, page breaks. They can slow down
    Excel, particularly in macros.
    Inserting rows is slow (#insert)
    http://www.mvps.org/dmcritchie/excel...esp.htm#insert

    In a macro to turn off use
    ActiveSheet.DisplayPageBreaks = False
    to turn on use
    ActiveSheet.DisplayPageBreaks = True

    You could turn them on in your Auto_Open macro.


    --
    ---
    HTH,
    David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
    My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
    Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

    "Me2Ewe" <[email protected]> wrote in message news:[email protected]...
    > Can someone tell me how I can get the page breaks to stay checked. Is there
    > a registry setting or group policy setting? I have searched but missed it
    > somewhere. I like them to be on all the time.
    > Thanks Bruce
    >
    >




+ 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