Vous êtes sur la page 1sur 4

Create a Macro

excel
#1 Excel tutorial on the net
Excel
Introduction
Basics
Functions
Data Analysis
VBA
300 Examples
Ask us
Ad by save on. More Info | Hide These Ads
29k Like Like

Developer Tab | Command Button | Assign a Macro | Visual Basic Editor
With Excel VBA you can automate tasks in Excel by writing so called macros. In this chapter, learn how to create a simple macro which will be
executed after clicking on a command button. First, turn on the Developer tab.
Developer Tab
To turn on the Developter tab, execute the following steps.
1. Right click anywhere on the ribbon, and then click Customize the Ribbon.
2. Under Customize the Ribbon, on the right side of the dialog box, select Main tabs (if necessary).
3. Check the Developer check box.
Ads by OnlineBrowserAdvertising Ad Options
Create a Macro in Excel - Excel VBA Easy http://www.excel-easy.com/vba/create-a-macro.html
1 of 4 6/20/2014 10:55 AM
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.
1. On the Developer tab, click Insert.
2. In the ActiveX Controls group, click Command Button.
3. Drag a command button on your worksheet.
Create a Macro in Excel - Excel VBA Easy http://www.excel-easy.com/vba/create-a-macro.html
2 of 4 6/20/2014 10:55 AM
2. Click View Code.
The Visual Basic Editor appears.
3. Place your cursor between Private Sub CommandButton1_Click() and End Sub.
4. Add the code line shown below.
Note: the window on the left with the names Sheet1, Sheet2 and Sheet3 is called the Project Explorer. If the Project Explorer is not visible, click View,
Project Explorer. To add the Code window for the first sheet, click Sheet1 (Sheet1).
5. Close the Visual Basic Editor.
6. Click the command button on the sheet (make sure Design Mode is deselected).
Result:
Create a Macro in Excel - Excel VBA Easy http://www.excel-easy.com/vba/create-a-macro.html
3 of 4 6/20/2014 10:55 AM
The Visual Basic Editor appears.
Did you find this information helpful? Show your appreciation, vote for us.
29k Like Like
Go to Top: Create a Macro | Go to Next Chapter: MsgBox
Learn more about creating macros, Go to the right >>

Learn more, it's easy
Swap Values
Run Code from a Module
Macro Recorder
Use Relative References
FormulaR1C1
Add a Macro to the Toolbar
Macro Security
Protect Macro
Download Excel File
create-a-macro.xls

Copyright (c) 2010-2014 www.excel-easy.com. Create Excel Macro. All rights reserved.
excel 2010 tutorial | how to excel | microsoft excel 2010 | excel macro
Create a Macro in Excel - Excel VBA Easy http://www.excel-easy.com/vba/create-a-macro.html
4 of 4 6/20/2014 10:55 AM

Vous aimerez peut-être aussi