Global variable problem in debugging

  • Thread starter Thread starter Frederick Chow
  • Start date Start date
F

Frederick Chow

Hi all,

I have a VBA project which contains project-level global variables. The
problem is that, whenever I debug the programs and hit the reset button, all
the global variable references will be gone. This is very irritating. Is
there any way to protect the global variable references from resetting when
debugging the project? Thanks for your advice in advance.

Frederick Chow
Hong Kong.
 
Back
Top