Dissable Error Message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How to dissable run-time error 76:
Path not found.
This is because user have in this message option to debug code, and I want
to prevent this.

I want to put there my own message "Server down!" or something and OK click.
Thanks!
 
hi Igor,
How to dissable run-time error 76:
Path not found.
This is because user have in this message option to debug code, and I want
to prevent this.

I want to put there my own message "Server down!" or something and OK click.
Thanks!
Use

On Local Error GoTo LocalError

in your method.


mfG
--> stefan <--
 
Back
Top