C
Chaplain Pruiett
Presently when one of my functions or procedures gets an
error I use:
MsgBox Err.DESCRIPTION
Is there any object that contains the name of the
procedure or function in which the error occurs?
Something like,
Err.LOCATION
Or something like this? Thanks for the help.
error I use:
MsgBox Err.DESCRIPTION
Is there any object that contains the name of the
procedure or function in which the error occurs?
Something like,
Err.LOCATION
Or something like this? Thanks for the help.