Shutting Down the Visual Basic Editor
When you have completed your VBA chores, you can shut down the Visual Basic Editor by using either of the following techniques:
- Pull down the File menu and select the Close.
- Return to Application command,
where Application is the name of the program you are running (such as Microsoft Excel).
- Press Alt+Q.
In this tutorial:
- Writing Your Own Macros
- Activating the Ribbon's Developer Tab
- Displaying the Visual Basic Editor
- Touring the Visual Basic Editor
- Understanding VBA Procedures
- Creating a Command Macro
- Entering VBA Statements
- Creating a User-Defined Function
- Understanding User-Defined Functions
- Writing a User-Defined Function
- Using a Function
- Advantage of VBA IntelliSense
- Shutting Down the Visual Basic Editor