DLL error message

B

Bettergains

Hello: today, when I try to open any of 4 modules i have in my "Personal.xls"
tree, I am getting a "Error in loading dll" error. Any ideas?
 
H

Hayeso

My Guess is that you are missing a reference. In the VBA editor select
Tools..References and look fo rthe one that starts with "MISSING"
 
B

Bettergains

Great. That's helpful. I did find one, which was apparently a local
(internal) custom dll, and when I reinstalled xls, the "Missing:..." went
away. I don't think this dll should be needed to run standard xls vba code.
Would your opinion be that this dll is interfering with what should otherwise
be standard to the xls application?
 
Top