I've found from other posts that the 'Me' object/keyword can be used to programmatically identify the currently executing class name (say, for logging and debug purposes).
But what can be used to identify the current *subroutine* name? And possibly its passed param name(s) and value(s) too? Again, for logging and debug purposes -- w/o having to manually pass such info to Log() or LogDebug().
But what can be used to identify the current *subroutine* name? And possibly its passed param name(s) and value(s) too? Again, for logging and debug purposes -- w/o having to manually pass such info to Log() or LogDebug().