Monitoring module activity

B

BeWyched

Anyone know of an add-in/application that will log VBA activity as modules
run? I occasionally have problems with remote applications that don't respond
to the normal debugging/error capture routines - you know the sort of thing -
it should work but doesn't and no matter how hard you scratch your head, the
problem remains unsolved. The only solution is either an expensive trip out,
or countless emails trying to figure out what's happened.

What I have in mind is something sitting within, or alongside, the
application looking a bit like a loggable 'locals/watch/immediate window'
that will log each line of code as it runs together with the values of any
variables as they change etc. A copy of the log back to base would be
invaluable when all else fails.

Any ideas?

Cheers.

BW
 
Top