G
Guest
I have an error-trapping routine in an automated application (i.e.
non-user-interactive) that appends an entry to an ErrorLog table. I can
capture several elements of the error, including the error #, error
description, current form, current control, & time. I am missing one thing,
however (or at least that's all I know I am missing at this point....):
How can I determine the specific Sub or VBA line number where the error
occurred so that I can locate not only the nature of the error, but its
source?
non-user-interactive) that appends an entry to an ErrorLog table. I can
capture several elements of the error, including the error #, error
description, current form, current control, & time. I am missing one thing,
however (or at least that's all I know I am missing at this point....):
How can I determine the specific Sub or VBA line number where the error
occurred so that I can locate not only the nature of the error, but its
source?