J
JeffT
I have a bit of Macros/VB Code that requires various OCXs and such to be
installed. If the user doesn't install correctly, and the mscal.ocx is
missing, for example, they will get "Compile Error in hidden module...".
I would like to handle these errors myself and give an error message like
"Run the Setup, Bozo." However the "On Error" only handles run-time errors,
not compile errors. Is there a way to handle these errors?
The only solution I've thought of so far is to actually check to see that,
for example, the file c:\windows\system32\mscal.ocx exists. Since some of
these things can be in more than one place, I'd prefer an error handling
method.
Thanks,
Jeff
installed. If the user doesn't install correctly, and the mscal.ocx is
missing, for example, they will get "Compile Error in hidden module...".
I would like to handle these errors myself and give an error message like
"Run the Setup, Bozo." However the "On Error" only handles run-time errors,
not compile errors. Is there a way to handle these errors?
The only solution I've thought of so far is to actually check to see that,
for example, the file c:\windows\system32\mscal.ocx exists. Since some of
these things can be in more than one place, I'd prefer an error handling
method.
Thanks,
Jeff