Selden,
I find the most useful way to go about creating a variable watch window in VB
is to write a sub with the debug.print calls in it and insert it into the
code where needed. I then set up my immediate window as a wide window across
the bottom of the screen. It's a poor substitute for a real watch window,
but ok for a 1.0 release development environment.
– JwT
There is 1 Reply.