write the steps to Safe a visual basic project
Answers
Saving a Project from Visual Basic Editor
Open the Save As dialog box by doing one of the following: On the File menu, click Save xxx. VBA. "xxx" represents the file name. On the toolbar, click "Save Project File" icon. ...
The Save As dialog box appears. Specify the file name and location (drive or folder) and click Save.
please mark as brainlist answer and follow me please thank answer
Answer:
Open the Save As dialog box by doing one of the following:
On the File menu, click Save x.VBA. "x" represents the file name.
On the toolbar, click "Save Project File" icon.
Press Ctrl + S keys on the keyboard.
The Save As dialog box appears. Specify the file name and location (drive or folder) and click Save.
E5071C Saving a Project from the E5071C Measurement Screen
Display the E5071C measurement screen following the instructions given in Switching to the E5071C Measurement Screen.
Open the Save As dialog box using the following key sequence:
Macro Setup > Save Project
The Save As dialog box appears. Specify the file name and location (drive or folder) and click Save.
Saving a Module (Exporting)
Alternatively, you can save each module (user form, standard, or class) of your VBA program individually. To save a module, you must use Visual Basic Editor. User forms are saved as .frm files, standard modules as .bas files, and class modules as .cls files.
In Project Explorer, click the file name that appears under the desired module icon to highlight it.
Open the Export File dialog box by doing one of the following:
On the File menu, click Export File....
Click the right mouse button, and click Export File....
Press Ctrl + E keys on the keyboard.
The Export File dialog box appears. Specify the file name and location (drive or folder) and click Save.
Explanation:
Plz mark it as brilliant