call stack question
I'm working on developing a class that can be used to log the train of
events that leads to error generation. Is there a way in VBA to access the
call stack programmatically? Can you access the arguments passed to each
function call too?
|