G
Guest
Hello,
I am bringing in error reporting, when an error happens it emails me with
the Form Name, Err.Description, and I want the name of the Private Sub that
is running.
I can find Form Name and Err.Description easy but how do I find what the Sub
name is?
Or could I somehow find the control that has focus. But it is not always a
control or command button that is running code, for instance I have OnCurrent
running code.
Any ideas?
Many thanks
James
I am bringing in error reporting, when an error happens it emails me with
the Form Name, Err.Description, and I want the name of the Private Sub that
is running.
I can find Form Name and Err.Description easy but how do I find what the Sub
name is?
Or could I somehow find the control that has focus. But it is not always a
control or command button that is running code, for instance I have OnCurrent
running code.
Any ideas?
Many thanks
James