Situation: big huge Excel VBA project, running in Excel 2003. Tons of code, been running for years. The December 2014 update from Microsoft that broke Active-X controls for everybody, just got installed on my machine, and hey, it broke for me too. Okay, StackOverflow to the rescue, found the solution, and deleted the .EXD files. Reboot.
Small problem: no help.
Partial workaround: I put "buttons" (not "command buttons" -- which are Active-X controls) on the worksheet, and I can start things running with those. Problem: when the VBA code goes to change a cell on the worksheet, it gets an Application Error, as if it isn't allowed to do so. Because this code has run for years & years, I'm pretty certain that it's the December update bug that's killing me here. Plus, the Active-X buttons still do nothing.
Question: what other steps beyond deleting the .EXD files & rebooting, specific to Excel 2003, need to be taken? ("Remove all VBA code, save, and restore the code" is a non-starter; far, far too much code to contemplate that, and how much I'd likely break along the way.)
Thanks for the help!