nevets2001uk
IS-IT--Management
I am adding a form of error logging to my program as I will soon be relesing it as an alpha version around my company. I was wondering if there was a variable that holds the name of the modules / subroutine currently being executed.
For example if I had a sub called...
Private Sub Cmd_OK_Click()
How can I find this name instead of having to type it into my error string?
Any comments / suggestions about error logging for programs would also be appreciated.
Thanks,
Steve
For example if I had a sub called...
Private Sub Cmd_OK_Click()
How can I find this name instead of having to type it into my error string?
Any comments / suggestions about error logging for programs would also be appreciated.
Thanks,
Steve