JackDanIce
Well-known Member
- Joined
- Feb 3, 2010
- Messages
- 9,922
- Office Version
- 365
- Platform
- Windows
Hi,
Working on a spreadsheet containing VBA, last night, closed it and it contained 1 Workbook object (ThisWorkbook) and several Worksheet objects)
Today, in the Project window, two worksheet objects have changed icons and showing as Workbook objects?!
This is causing an issue with a save routine autotriggered when file exists because it can't find the correct object and I keep receiving error:
Run-time error 429: ActiveX component can't create object
How can I reset the changed Workbook objects back into Worksheet as they're supposed to be?
TIA,
Jack
Working on a spreadsheet containing VBA, last night, closed it and it contained 1 Workbook object (ThisWorkbook) and several Worksheet objects)
Today, in the Project window, two worksheet objects have changed icons and showing as Workbook objects?!
This is causing an issue with a save routine autotriggered when file exists because it can't find the correct object and I keep receiving error:
Run-time error 429: ActiveX component can't create object
How can I reset the changed Workbook objects back into Worksheet as they're supposed to be?
TIA,
Jack