+ Reply to Thread
Results 1 to 2 of 2

Strange printing order

  1. #1
    emilija
    Guest

    Strange printing order

    Hi,

    I have one workbook and many sheets, sheet1, sheet2, ...,sheet10. In each of
    sheets I have some print areas. What I need is the order of the pages to be
    for example:

    page 1 and 2 form sheet2, then page 3 from sheet 10, then page 4 again from
    sheet1, page 5 and 6 from sheet6, page 7 from sheet1 etc.

    Also, I can not change sheets order in the workbook

    Hope you understand my problem.

    Is this possible at all, and if it is so does someone has a macro for this
    or any suggestion.



    Tx in advance



  2. #2
    Jeff Standen
    Guest

    Re: Strange printing order

    Sub PrintSheets
    sheet2.PrintOut From:=1, To:=2
    sheet10.PrintOut From:=10, To:=10

    [etc.]

    End Sub

    Jeff

    "emilija" <[email protected]> wrote in message
    news:u2Hfk%[email protected]...
    > Hi,
    >
    > I have one workbook and many sheets, sheet1, sheet2, ...,sheet10. In each
    > of sheets I have some print areas. What I need is the order of the pages
    > to be for example:
    >
    > page 1 and 2 form sheet2, then page 3 from sheet 10, then page 4 again
    > from sheet1, page 5 and 6 from sheet6, page 7 from sheet1 etc.
    >
    > Also, I can not change sheets order in the workbook
    >
    > Hope you understand my problem.
    >
    > Is this possible at all, and if it is so does someone has a macro for this
    > or any suggestion.
    >
    >
    >
    > Tx in advance
    >
    >




+ 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