All of a sudden one of my macro workbooks starts producing an Automation error when I execute this command:
The rest of the error message is "Invalid forward reference, or reference to uncompiled type".
I tried renaming the tab and I've verified there is nothing else named "Categories" in this file. I have no idea why this is happening. Any suggestions?
Code:
Sheets("Categories").select
The rest of the error message is "Invalid forward reference, or reference to uncompiled type".
I tried renaming the tab and I've verified there is nothing else named "Categories" in this file. I have no idea why this is happening. Any suggestions?