-VBARUN (Command)

For embedded or loaded global projects, enter the name of the macro to run. If the macro name is not unique among all the currently loaded projects, you must also include the name of the project and module in which the macro is found. For example, to run a macro named Test in a project named Project1, and a module named Module1, enter the following information at the Macro name prompt:

Project1.Module1.Test

To run a macro in a global project that is not currently loaded, enter the name of the DVB file that contains the macro, as well as the project and module names. For example, if the Test macro described previously is contained in a file called Acad_Projects.dvb, and that file is not loaded, you can execute the Test macro by entering the following at the Macro name prompt:

Acad_Projects.dvb!Project1.Module1.Test

The Acad_Projects.dvb file is loaded and the Test macro is executed. The Acad_Projects.dvb file remains loaded once the macro has been completed.