How can I still go to the error-code after a On Error Goto?
If I use the 'On Error Goto' to send a report by email how can I
include the line code that caused the error?
And how can I still go to the vba-code-line to debug it?
It seems Err. is missing something like Err.Line or Err.Code.....
|