+ Reply to Thread
Results 1 to 3 of 3

Page Breaks for Entire Work Book

  1. #1
    Steve
    Guest

    Page Breaks for Entire Work Book

    I have a 110 Worksheet Workbook and I want to set the same page breaks for
    each page without manually doing every worksheet individually. Any help or
    macros out there?

    Thanks,

    Steve

  2. #2
    abcd
    Guest

    Re: Page Breaks for Entire Work Book

    you always can use
    Tools > Macro > rocord new macro

    then do the job on one worksheet

    the stop the recording and sse the vba code.
    (this will help next time)


    But today, and in your case, I suggest
    ActiveWorkbook.Sheets.HPageBreaks.Add Before:=Rows(8)

    one line
    all the job done

    (before row 8 in this example)

  3. #3
    Steve
    Guest

    Re: Page Breaks for Entire Work Book

    Thanks a million

    "abcd" wrote:

    > you always can use
    > Tools > Macro > rocord new macro
    >
    > then do the job on one worksheet
    >
    > the stop the recording and sse the vba code.
    > (this will help next time)
    >
    >
    > But today, and in your case, I suggest
    > ActiveWorkbook.Sheets.HPageBreaks.Add Before:=Rows(8)
    >
    > one line
    > all the job done
    >
    > (before row 8 in this example)
    >


+ 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