ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Deselecting sheets after the PrintOut method (https://www.excelbanter.com/excel-programming/339104-deselecting-sheets-after-printout-method.html)

[email protected]

Deselecting sheets after the PrintOut method
 
I'm using the PrintOut method for the Sheets collection object to print
a selected subset of sheets at once.

Sheets(Array("Chart A", "Chart B", "Sheet X", "Chart C")).PrintOut
Copies:=1, Collate:=True

They print just fine, but the sheets remain selected afterwards. How
can I deselect the sheets?

Thanks,
John


William[_2_]

Deselecting sheets after the PrintOut method
 
Hi John

Sub test()
Dim x As String
x = ActiveSheet.Name
Sheets(Array("Chart A", "Chart B", "Sheet X", "Chart C")).Printout
Sheets(x).Select
End Sub

--


XL2003
Regards

William



wrote in message
oups.com...
I'm using the PrintOut method for the Sheets collection object to print
a selected subset of sheets at once.

Sheets(Array("Chart A", "Chart B", "Sheet X", "Chart C")).PrintOut
Copies:=1, Collate:=True

They print just fine, but the sheets remain selected afterwards. How
can I deselect the sheets?

Thanks,
John





All times are GMT +1. The time now is 10:00 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com