exceluser90
New Member
- Joined
- Jun 1, 2011
- Messages
- 15
I'm not entirely sure why, but all of a sudden this line of code:
Where "Analysis" is the name of a worksheet is giving me Application-defined or object-defined error.
It's such a simple line of code and the code worked for the longest time until now, which is why I am so confused.
Any help would be greatly appreciated as my entire program will not work without this.
Code:
Worksheets("Analysis").Activate
Where "Analysis" is the name of a worksheet is giving me Application-defined or object-defined error.
It's such a simple line of code and the code worked for the longest time until now, which is why I am so confused.
Any help would be greatly appreciated as my entire program will not work without this.