View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default How do I watch a variable change value during Visual Basic Code e.

Hi
in the VBE Editor just define a watch for this variable

--
Regards
Frank Kabel
Frankfurt, Germany

Stewart1234 wrote:
How do I watch a variable in an excel macro change value as the
visual basic code is running? The variable changes value every 30
seconds or so and I want to monitor progress of the execution by
looking at the value without stopping the run.