Hi folks
I've got a strange problem with some existing files that really has me stumped.
Office 2010 (32 bit), Windows 7 (64 bit)
I was given a new PC by the company yesterday. The machine was a clean install. Since then, some macros have stopped working in my existing files. The problem is specific to this machine.
Symptoms in some old files only:
1. Some events are no longer working on some old files. Worksheet_Activate triggers, bur Worksheet_Change does not.
2. ActiveX buttons can be depressed, but macros don't run. (Buttons can't be depressed for the *.EXD problem).
3. If I go to the VBA Editor, I can run macros using F5, but even the simplest commands (such as Sheets("Sheet1").Select) gives an Application Error (32808). I see similar behaviour if I use the Immediate window to execute a command.
The above applies to several files that have been developed over the course of several months/years. A new sheet I started 2 weeks ago seems to work with no problems. If I create a new file, it also works with no issues. I did wonder if the Dec 2014 ActiveX issue was related, but the usual fix of deleting all *.EXD files did nothing for me.
What I have tried so far:
- Reboot PC
- Delete all *.EXD files.
- Delete all temporary files in Windows\Temp
- Remove some References
- Take a version of the files dating back a week or so.
All the files are fairly complicated, capable of e-mailing, and similar functions. They have References to MSForms, Outlook, etc.
I have yet to determine a pattern (I'll update here if I find one).
Does anyone have any ideas of what else I could try?
Thanks in advance.
Best regards, Rob.
Bookmarks