1. A simple VB project can consist of many files and each file can be saved on the system to store the complete project. The files of a project are called project modules. We use .vba as extension to save the VB project. We can do this in two ways:
In first method we use "Save as" Dialog box by opening a file menu and then selecting the file name with .vba extension and then proceed for 'Save Project' option.
In second method, a VB project can be saved by saving the independent modules. Click the name of the file of the required module by choosing the 'Project Explorer' option. Now press Ctrl + E from keyboard. Now save the file with some file name and location when the Export Dialog Box opens up.
Get Answers For Free
Most questions answered within 1 hours.