Description
The Stop statement suspends execution.
This statement has the following form:
Stop
Examples
The following example shows the basic use of this statement:
For i = 1 To 5
' Display i in a MsgBox
MsgBox "i = " & i
' Wait for user to resume.
Stop
Next
Miscellaneous Information
Supported in Version: | 3.0 |
---|