Print Order Excel XP

  • Thread starter Thread starter Harold
  • Start date Start date
H

Harold

I have a workbook that has some 50 Sheets.

When I want to print the workbook, I would like to be able to define the
order in which the worksheets print, is that Possible?
 
Sub test()
Sheets(Array("Sheet3", "Sheet1")).PrintOut
End Sub

With code you can do this
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top