R
ryguy7272
My code is like this:
Private Sub CallQuery_Click()
....'lotsa stuff
End Sub
I had a heck of a time debugging something today because I couldn't step
through the code like module-code. Finally got it! I could probably debug
it much quicker if I could have stepped through the code. Is there a way to
do this in a Private Sub like the above?
Thanks!
Ryan--
Private Sub CallQuery_Click()
....'lotsa stuff
End Sub
I had a heck of a time debugging something today because I couldn't step
through the code like module-code. Finally got it! I could probably debug
it much quicker if I could have stepped through the code. Is there a way to
do this in a Private Sub like the above?
Thanks!
Ryan--