I am suddenly facing this problem: i have a excel file with (quite a lot) of embedded VB code and activeX.
It works fine under Office 2010 on a PC running Windows XP SP3.
Yesterday the office automation team migrated my PC under Windows 7 (and re-installed Office 2010) and now i got errors when i open my excel file.
I investigated and googled but nothing clear to me.
When i go to the VBA editor the statement : Worksheets.count return 14
Then i sequencially do display Worksheets(i).name with i changing from 1 to 14.
For the values 3 and 6 i get a message "runtime error 57121: Application-defined or object-defined error"
The same thing done on a Windows XP PC with same Office 2010 installed does no error at all
Any idea to help ?
Thanks bunches