View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
William Barnes William Barnes is offline
external usenet poster
 
Posts: 15
Default 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?