
Very simple - How to execute sub statements before the end statement
Tony:
There appears to be something missing in the description of your "problem". A
VB EXE application always does execute one statement before moving on to the
next one. If you want to step through a program one statement at at time while
in the IDE, use F8.
John........
Quote:
> How do I execute statements one at a time within a sub procedure before the
> end statement is reached? I.e., I want to execute one statement before the
> next statement is executed. I could swear there is just a one- or two-word
> phrase that does this, but damned if I can find it.
> Thanks,
> Tony