I've tried to select all sheets and then format all selected without success in VBA.
The recorded macro to select multiple sheets and activate one of them follows:
Sheets(Array"Sheet1", "Sheet2").Select
Sheets("Sheet1").Activate
I've been unable to implement this in VBA for any number of worksheets. Can someone help?
This message was edited by hedrijw on 2002-07-10 09:16
The recorded macro to select multiple sheets and activate one of them follows:
Sheets(Array"Sheet1", "Sheet2").Select
Sheets("Sheet1").Activate
I've been unable to implement this in VBA for any number of worksheets. Can someone help?
This message was edited by hedrijw on 2002-07-10 09:16