View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim Childs Tim Childs is offline
external usenet poster
 
Posts: 128
Default Values of Variable after Project has Run

Hi

Is it possible to check the values of all the public variables after the
subs have run. These are public and module declared variables. As I
understand it, the Locals window is not of any help

I can think of way of "cobbling" something together but wondered if anyone
has something almost "ready to go"

I realise the procedure may need to be called for each variable.

Thanks

Tim