I did a search, but didn't find anything remotely close to answering...
Is there a method that allows you to capture the module's function or sub name in vb (akin to Me.Activecontrol.Name)
Objective: I'm running a series of functions/subs in a module by placing a call from one to the next. If the procedure cr*ps out, I'd like to know where (i.e. which function/sub) the procedure stopped...for the purpose of error handling.
Thank you in advance - Noel
Is there a method that allows you to capture the module's function or sub name in vb (akin to Me.Activecontrol.Name)
Objective: I'm running a series of functions/subs in a module by placing a call from one to the next. If the procedure cr*ps out, I'd like to know where (i.e. which function/sub) the procedure stopped...for the purpose of error handling.
Thank you in advance - Noel