Hi everybody:
I recently had a user experience an Excel crash because he had AutoSave turned on and it tried to save his file at the exact moment that he triggered some VBA code. The file was recoverable, but now one of the VBA routines keeps getting called over and over after the calling code in the Sheet_Recalculate event exits. I know how to recover damaged VBA projects in Access by opening the file decompiled and then compacting it, but does anyone know of a way to recover damaged Excel VBA sheet modules? (Deleting and recompiling didn’t help.)
Thank you, in advance, for your help.