use STEP into/out (F8) in debug menu in VBE
or first set some breakpoints with F9, then fire up your procedures and
they will stop on the breakpoints.
If the LOCALS window is visible, you can see all your variables,
or add some watches on variables you'd like to monitor.
keepITcool
< email : keepitcool chello nl (with @ and .)
< homepage:
http://members.chello.nl/keepitcool
"Louis" wrote:
How can one follow follow the step-by-step execution of a
macro.
Thanks