|
Have a look for automatically loaded documents.
(inside the Office-Folder it's .\Startup for Word and .\XlStart for Excel)
Have a look at the VBA-Editor of any app that's causing the error (Press Alt + F11). Have a look at the project-explorer (Ctrl + R).
Check all projects that are listed there, whether some have a module with an AutoExceNew-Sub. If there is a project you can't open because of a password-protection, you're likely to have found the problem.
Check out, what it is, correct it or just remove the file.
|