Chapter 1.1 - Create A Macro
Chapter 1.1 - Create A Macro
#1 Excel tutorial on the net Excel Introduction Basics Functions Data Analysis VBA 300 Examples Ask us
Developer Tab
To turn on the Developter tab, execute the following steps.
Learn more, it's easy
1. Right click anywhere on the ribbon, and then click Customize the Ribbon.
Swap Values
Macro Recorder
FormulaR1C1
Macro Security
Protect Macro
2. Under Customize the Ribbon, on the right side of the dialog box, select Main tabs (if necessary). Download Excel File
3. Check the Developer check box.
createamacro.xls
4. Click OK.
5. You can find the Developer tab next to the View tab.
Command Button
To place a command button on your worksheet, execute the following steps.
Assign a Macro
To assign a macro (one or more code lines) to the command button, execute the following steps.
3. Place your cursor between Private Sub CommandButton1_Click() and End Sub.
6. Click the command button on the sheet (make sure Design Mode is deselected).
Result:
EXCEL EASY • FREE EXCEL HELP • COPYRIGHT (C) 20102017 • ALL RIGHTS RESERVED
MICROSOFT EXCEL TUTORIAL | HOW TO USE VBA | EXCEL FORMULAS | DROPDOWN LIST