dimanche 30 novembre 2014

How to make button "send report" on Error MsgBox?


Vote count:

0




Error MsgBox Is there a way on this "errHandler" to place the button "send report" or something similarly, if someone gets an error that can be recorded somehow. This is the code that I use for errHandler:



On Error GoTo errHandler


....some code.....


errHandler: MsgBox "An Error has Occurred " & vbCrLf & _ "The error number is: " & Err.Number & vbCrLf & _ Err.Description & vbCrLf & "Please notify the administrator" End Sub



asked 1 min ago







How to make button "send report" on Error MsgBox?

Aucun commentaire:

Enregistrer un commentaire