Whenever possible, create macros in Modules. Doing so will add to the integrity and stability of your program. The exception to this rule is event procedures, which are added directly to InfoConnect objects.
To create a macro in the Visual Basic Editor
In InfoConnect, open a session document.
The session document appears as a project in the
; for example, .In the
, select the project in which you want save the macro, and then choose > to create a new module.Double-click the module you created.
The
window opens.Choose
> , type a name in the box, and then click .The name you choose must follow the Visual Basic naming conventions for macros. For further information, see Naming Macros.
Type code for your macro between the Sub (or Public Sub) and End Sub statements.
Context-sensitive Help is available for Visual Basic commands. Position the insertion point within a command and press F1.