T
Tysone
Here is what I want to do. I want a macro to select a sheet by it
referencing a cell. I have a drop down in Cell A2 with all the sheet
names in my workbook, and what I want to be able to do is have one
marco that basically can work for all the sheets. I could just make a
macro for each sheet, but its a big macro and I have too many sheets.
Here is a little example of what I mean.
Cell A2 = Table1
The Macro would now read
Sheets("Table1").Select
OR Cell A2 = Sheet1
The Macro would now read
Sheets("Sheet1").Select
Thanks for the help
Tyson
referencing a cell. I have a drop down in Cell A2 with all the sheet
names in my workbook, and what I want to be able to do is have one
marco that basically can work for all the sheets. I could just make a
macro for each sheet, but its a big macro and I have too many sheets.
Here is a little example of what I mean.
Cell A2 = Table1
The Macro would now read
Sheets("Table1").Select
OR Cell A2 = Sheet1
The Macro would now read
Sheets("Sheet1").Select
Thanks for the help
Tyson