Edit a macro
Before you edit a macro, you should be familiar with the Visual Basic Editor . The Visual Basic Editor can be used to write and edit a macro that is attached to a Microsoft Office Excel workbook.
- If the
Developertab is not available, do the following to display it:- Click the
Microsoft Office Button
, and then click Excel Options. - In the
Popularcategory, underTop options for working with Excel, select theShow Developer tab in the Ribboncheck box, and then clickOK.
- Click the
- To set the security level temporarily to enable all macros, do the following:
- On the
Developertab, in theCodegroup, clickMacro Security.
- Under
Macro Settings, clickEnable all macros (not recommended, potentially dangerous code can run), and then clickOK.
Note To help prevent potentially dangerous code from running, we recommend that you return to any of the settings that disable all macros after you finish working with macros.
- On the
- On the
Developertab, in theCodegroup, clickMacros. - In the
Macro namebox, click the macro that you want to edit. - Click
Edit.
Tip For Help with the Visual Basic Editor, on the Help menu, click Microsoft Visual Basic Help, or press F1.