The VBA project file as a container

A Visual Basic for Applications (VBA) project is a file container for other files and components that you use in Visual Basic to build an application. After all the components have been assembled in a project and code written for it, you can compile the project into an executable file.

Each IBM® Rational® Rhapsody® project is associated with a single VBA project that contains all VBA artifacts (scripts, forms, and so on) that you created within your project. This project file has the name <project name>.Visual Basic for Applications and is located in the same directory as the Rational Rhapsody project file (<project>.rpy). This binary file is with your project and saved when you select Save from Rational Rhapsody or the Visual Basic for Applications IDE.


Feedback