I would like to know if it's possible to display the Name of a Public Sub in an error maessage.
I have several subs that are called on during certain transactions so, in my error handler I would like the name of the sub to appear in the error message.(if theres an error in that sub)
e.g. There Was an Error in "Public Sub"..
That way it will save time for me to trouble shoot.
any ideas would be appreciated
Thanks
I have several subs that are called on during certain transactions so, in my error handler I would like the name of the sub to appear in the error message.(if theres an error in that sub)
e.g. There Was an Error in "Public Sub"..
That way it will save time for me to trouble shoot.
any ideas would be appreciated
Thanks