Missing VBA file

D

davegb

I'm getting a "VBA Error, File Not Found" message (twice) when I open
2 of my clients project files. I found that I get the messages (there
are always 2) when I open the macro editor. I realize that they are
files in which I created macros, and copied and moved some of them
around. Somehow, I moved a module or a macro or something, and project
looks for it when I open the file or the editor. Any idea what exactly
this might be and how I can fix it?
Thanks,

David G. Bellamy
Bellamy Consulting
 
E

Earl Lewis

David,

Can you do a debug and see what code statement it's breaking on? Or is this before any code starts, like maybe it's looking for global.mpt? Do you have any idea what files it might be looking for?

You might want to go into your references in the code editor and see if any are shown as missing. I've never seen that cause this error message but might be worth a look.

Maybe you create a custom project guide (custom html help) that have moved somewhere else.

Good luck!

Earl
I'm getting a "VBA Error, File Not Found" message (twice) when I open
2 of my clients project files. I found that I get the messages (there
are always 2) when I open the macro editor. I realize that they are
files in which I created macros, and copied and moved some of them
around. Somehow, I moved a module or a macro or something, and project
looks for it when I open the file or the editor. Any idea what exactly
this might be and how I can fix it?
Thanks,

David G. Bellamy
Bellamy Consulting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top