|
Beginning Access 2003 VBA (Programmer to Programmer)
by Denise M. Gosnell
See all pages
with references to "Exit Sub".
Excerpt - on Page 70: "
... Here is an example: Sub Test( On Error GoTo HandleError normal code for the procedure goes here Exit Sub HandleError: ... "
|
|
Beginning Access 2007 VBA
by Denise M. Gosnell
See all pages
with references to "Exit Sub".
Excerpt - on Page 72: "
... code for handling the error goes here Exit Sub End Sub If you want to make sure your own error handler doesn't kick in when you're debugging your code, ... "
|
|
Custom Controls Library
by Rod Stephens
See all pages
with references to "Exit Sub".
Excerpt - on Page 65: "
... Subroutines The basic syntax for creating a subroutine is Sub subroutinename(argument_list) statements Exit Sub more statements End Sub ... "
Key Phrases:
End Sub, Visual Basic, Private Sub, Exit Sub, End Property, Property Purpose, Public Sub, End If Next, Public Property Let, Shift As Integer, Button As Integer, Select Case
(see more)
|
|
AutoCAD 2006 VBA: A Programmer's Reference
by Joe Sutphin
See all pages
with references to "Exit Sub".
Key Phrases:
End Sub, Exit Sub, Visual Basic, Method's Parameters Name Data Type Description, Method Parameters Name Data Type Description, Select Case, zero inch measurement, zero foot measurement, existing object name, doubles specifying, accelerator key character, linear dimensioning measurements
(see more)
|
|
| ||
| ||
| ||
| ||