Is there a set variable or property that can tell you which Sub you are in?
I want to use this to log errors. i.e pass the module and sub routine name to the error handler log file.
The only way I can do this at the moment is to physically hard code the sub routine name into each error handler.
I want to use this to log errors. i.e pass the module and sub routine name to the error handler log file.
The only way I can do this at the moment is to physically hard code the sub routine name into each error handler.