View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] aalick@gmail.com is offline
external usenet poster
 
Posts: 1
Default Error Message at Launch

Is there a way to stop an error message at the open of a workbook? The
message is occuring before it gets into the VBA code. I've handled
what needs to get fixed in the code, but I'd like to prevent the users
from seeing the first message.

More detail is that I'm launching something through AssemblyName and
AssemblyLocation, but the location can vary from pc to pc. So, they
code checks for the new location and updated. If I click OK through
the message, I can then make the updates if needed. It's just not
pretty... :)

Any ideas?