View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gum Gum is offline
external usenet poster
 
Posts: 30
Default Automating the Watch Window entries in VBA Editor

The Watch window is useful for some debugging exercises. However, I need to
add the variables/expressions manually. Is there some way of programming the
VBA editor so that it does so automatically? The alternative would be to
write debug expressions to output to the intermediate window, but if this is
already used for debugging, it would be quite messy.