Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 56
Default Strange printing order

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

[etc.]

End Sub

Jeff

"emilija" wrote in message
...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
printing order of worksheets pkeegs Excel Discussion (Misc queries) 0 November 29th 06 08:42 PM
A Strange Printing Problem PA New Users to Excel 2 July 21st 06 09:15 PM
Printing order Jim[_57_] Excel Programming 1 July 11th 05 09:23 PM
Printing in reverse order Bryan Excel Discussion (Misc queries) 3 June 22nd 05 05:30 PM
strange printing/looping problem Omar78 Excel Programming 5 June 7th 04 05:39 PM


All times are GMT +1. The time now is 09:42 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"