Procedure Builder - TurboVBLite Procedure Builder - TurboVBLite

This add-in creates the shell of a procedure. This includes a header and error handler.

Creating a Procedure

Creating a Procedure

You specify the 'Scope', 'Type', and in the case of a function, 'Return Type' and 'Name' for the procedure. Optionally a 'Description' for the procedure can be provided.

Up to three parameters can be specified. A name and type for each parameter are required. Use the CheckBox to specify if a parameter is optional.

Finally the 'Error Handler' can be specified, there are four (five if you count 'None') standard error handlers, listed below: -

In addition to the standard error handlers you can use Custom Error Handlers to create a custom error handler of your own. These will be listed after the four standard handlers. To create the procedure click 'OK' or 'Apply'.