VB debugging
Selden,
There's really no other way to monitor variables than the way you suggest
(doing a Debug.Print). Although, if you have a mono monitor, and a
third-party library such as VBTools, you can print to the mono screen. I
do this and it helps a little bit (at least I don't need the immediate
window viewable all the time), but it's no replacement for a real VB
debugger.
– Ted