Dissable Error Message

I

Igor G.

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!
 
S

Stefan Hoffmann

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 <--
 
Top