View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gum Gum is offline
external usenet poster
 
Posts: 30
Default Excel VBA:Using the #const debug concept with ON/OFF switches

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?