Hi people.
I have a multi-tab spreadsheet and some tabs are to be hidden when the Workbook opens. That works fine, but there are two tabs I want to display, but the "main" tab needs to be selected when the Workbook opens. I have tried several methods like:
Worksheets("Sheet1").Activate
Worksheets("Sheet1").Select
without any luck. I usually get a subscript range 9 error.
Also once the spreadsheet is selected, I would like to select a specific range. Any suggestions? DAVE
I have a multi-tab spreadsheet and some tabs are to be hidden when the Workbook opens. That works fine, but there are two tabs I want to display, but the "main" tab needs to be selected when the Workbook opens. I have tried several methods like:
Worksheets("Sheet1").Activate
Worksheets("Sheet1").Select
without any luck. I usually get a subscript range 9 error.
Also once the spreadsheet is selected, I would like to select a specific range. Any suggestions? DAVE