Activating the Ribbon's Developer Tab
If you'll be writing VBA code regularly, you can make some coding chores a bit more efficient by displaying the new Developer tab in the Office 2007 Ribbon. This tab gives you one-click access to many VBA-related features, so it's worth displaying. Follow these steps:
- Choose Office, Application Options (where Application is the name of the current Office program, such as Word or Excel).
- In the Popular tab, click to activate the Show Developer Tab in Ribbon check box.
- Click OK.
Note that displaying the Developer tab in one Office program displays it in all of them.
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