Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi ....
I need to write VBA code that will select all visible sheets in the workbook, and then change the page setup settings. Is there a simple VBA command to select all visible sheets or do I need to use a variation of the following: Sheets(Array("Sheet1", "Sheet2", "Sheet3", "Sheet4", "Sheet5")).Select - in which case I will need to loop through the workbook names and build the string since I don't know the sheet names. There are approx 40 sheets in each file. Thanks for your assistance .... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I select, cut, and paste visible cells only | Excel Discussion (Misc queries) | |||
Select Visible sheets | Excel Programming | |||
Select Visible Cells Only | Excel Discussion (Misc queries) | |||
Select visible cells using vba | Excel Programming | |||
select visible cells when printing | Excel Programming |