Soundsmith
Programmer
I'm running tests on some complex updates, and trying to trace the progress is very cumbersome. I'd like to have the immediate window display the order the subs and functions execute. To do this, I've added this at the top of each procedure:
I'd like to have the open procedure also clear the Immediate window, to reset the display. Any way to do this?
Thanks. David 'Dasher' Kempton
The Soundsmith
Code:
If isTesting Then
Debug.Print "myProcName"
End If
I'd like to have the open procedure also clear the Immediate window, to reset the display. Any way to do this?
Thanks. David 'Dasher' Kempton
The Soundsmith