justagrunt
Technical User
- Oct 10, 2002
- 132
Hi,
Simple question.
Err_messageError:
MsgBox "Error No: " & Err.Number & "; Description: " & Err.Description
Gives the message Error 438 etc.
How do I use Debug to also show the line that the code stopped at?
Ta
Bill
Simple question.
Err_messageError:
MsgBox "Error No: " & Err.Number & "; Description: " & Err.Description
Gives the message Error 438 etc.
How do I use Debug to also show the line that the code stopped at?
Ta
Bill