Excel VBA:Using the #const debug concept with ON/OFF switches

G

Gum

I am using the #const debug=true with #if... #end if containers for
debugging. I would like to create a debug start/ stop subs that I can place
anywhere along the thread to capture behavior between two points: debugON and
debugOFF. How can this be done?
 
Top