Hi Excel Gurus,
I have a weird problem (I never faced it until recent) with one of my excel workbook. Actually occurred multiple times when I worked on copies from history. I am working on some updates to an Excel Workbook with lots of Worksheets, tables and VBA code. The changes involved are pretty small. Add few additional rows and amend or add new Named ranges.
Whenever I save mid of these changes, close and re-open the workbook, I get the following error:
The code is unable to point to a specific named range from the worksheet "aDATA". When I try to investigate what happened, I noticed that all the worksheets in the VBA Project > Microsoft Excel Objects are duplicated with "1" amended at the end. Screenshot below:
If I try to stop the code the following compile error is displayed:
Your help and inputs with this problem will be greatly appreciated.
Cheers,
Ravi.
I have a weird problem (I never faced it until recent) with one of my excel workbook. Actually occurred multiple times when I worked on copies from history. I am working on some updates to an Excel Workbook with lots of Worksheets, tables and VBA code. The changes involved are pretty small. Add few additional rows and amend or add new Named ranges.
Whenever I save mid of these changes, close and re-open the workbook, I get the following error:
The code is unable to point to a specific named range from the worksheet "aDATA". When I try to investigate what happened, I noticed that all the worksheets in the VBA Project > Microsoft Excel Objects are duplicated with "1" amended at the end. Screenshot below:
If I try to stop the code the following compile error is displayed:
- Does this mean that all the existing worksheet objects are changed into a different excel object?
- Is this caused due to a repair of the Excel file? The file definitely didn't crash.
- If so how do I stop this?
- If not, what might be the source of this problem?
- Did this happen due to any new Excel service pack updates or lack of new updates?
- And how do I stop this from occurring?
Your help and inputs with this problem will be greatly appreciated.
Cheers,
Ravi.