for some reason in my VBA code in excel, when it gets to a line of code where i am using mid it says can’t find project or library. what does this mean?
for some reason in my VBA code in excel, when it gets to a
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would go old skool and remove the structure manager activex control.
I gave similar instructions on how to do this are here!
Have a look at: regsvr32
regsvr32 /u [path of old dll]/[filename]Eg:
regsvr32 /u c:\windows\system32\file.dll(You can add /q to hide all messages)
Good luck!