All of the sudden, I have 2 files that have been working for a long time now fail on this error message:
Run-time error '1004':
Method "Range" of object '_Global' failed
It fails on ranges that are named "StartDate" and "EndDate". If I rename these cells, or create a new range and use the same code, they do not fail. I've attached a file where I have removed all the sheets and deleted everything except the Start and End Dates, and I added another Named Range called "StartDate1". I also removed all the VBA code except to select these cells. It selects the cell named StartDate1 but errors on StartDate.
Can anybody see why that is?
Bookmarks