starchildren3317
New Member
- Joined
- May 17, 2011
- Messages
- 6
I have a worksheet in my excel workbook called AppSelect. I have named it that way both by changed the name of the tab to AppSelect and by changing the name property of Sheet1 to AppSelect.
However, when I try to call the worksheet by its name in the code I get an error.
Error:
Runtime error 13:
Type Mismatch
Any Ideas?
However, when I try to call the worksheet by its name in the code I get an error.
Code:
Worksheets(AppSelect).Activate
Error:
Runtime error 13:
Type Mismatch
Any Ideas?