X
x taol
i wanna know error line and module name when outbreak of error in any
module.
Sub test()
On Error GoTo erohandle:
~~~~~
~~~~~
Exit Sub
erohandle:
MsgBox "the current module name is " & xxxx & vbCrLf & "the line number
is " & yyyyy
End Sub
*** Sent via Developersdex http://www.developersdex.com ***
module.
Sub test()
On Error GoTo erohandle:
~~~~~
~~~~~
Exit Sub
erohandle:
MsgBox "the current module name is " & xxxx & vbCrLf & "the line number
is " & yyyyy
End Sub
*** Sent via Developersdex http://www.developersdex.com ***