Let me try to take a stab at a potential solution.
If the procedure in code (for example, behind a button) has vBA-generated error handling, you could always just comment out the "MsgBox Err.Description" line like so:
Err_cmdNewDocType_Click:
'Skip this line MsgBox Err.Description
Resume Exit_cmdNewDocType_Click
Hopefully that sends you in the right direction. -Matt
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.