LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 430
Default Print Worksheets in Reverse Order

Paste this into a standard module:

Sub DictatePrintSheetOrder()
Dim Shname
Shname = Array("Sheet2", "Sheet3", "Sheet1")
For N = LBound(Shname) To UBound(Shname)
Sheets(Shname(N)).PrintPreview 'Change PrintPreview to
PrintOut if it is working correct
Next
End Sub

HTH - advise whether it works for you..





"RagDyer" wrote in message
:

Simply reverse the order of the tabs in the WB!
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"JenniferLee" wrote in message
...
A user has a number of workbooks that were set up adding a new sheet for
each
new time period, be it a day, month, week, year, etc. So, in one example,
Sheet 1 would be January, Sheet 2 would be February, and so on. They want
to
easily print all the sheets in the workbook in reverse sheet order, so
that
December (Sheet 12) is on top and January (Sheet 1) is on the bottom. I
cannot find a way to do this in Excel, and their printer does not have a
reverse printing option. Is there any way to do this short of a macro
(and
for that matter, can it even be done in a macro?).
Many thanks in advance for any assistance.




 
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
disable printer so worksheets CAN'T print accidentally??? Deb-in-Wisconsin Excel Discussion (Misc queries) 2 August 19th 06 07:13 PM
Double sided print (same page on reverse) dziw Excel Discussion (Misc queries) 7 July 31st 06 12:51 PM
How to set print range for a number of worksheets tntvk Excel Discussion (Misc queries) 5 December 12th 05 05:00 PM
How do I get my worksheets to print in the right order? Wilde Excel Worksheet Functions 5 November 8th 05 12:07 PM
Print multiple worksheets on one page in Excel? TCTeach Excel Discussion (Misc queries) 1 May 3rd 05 05:01 AM


All times are GMT +1. The time now is 04:55 AM.

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

About Us

"It's about Microsoft Excel"