Stephen has attended:
Excel Intermediate course
Macros
What is macros and how do you use them? What does enabling them mean and what does disabling them mean?
RE: Macros
If you perform a task repeatedly in Microsoft Excel, you can automate the task with a macro. A macro is a series of commands and functions that are stored in a Microsoft Visual Basic module and can be run whenever you need to perform the task.
For example, if you often enter long text strings in cells, you can create a macro to format those cells so that the text wraps.
Recording macros
When you record a macro, Excel stores information about each step you take as you perform a series of commands. You then run the macro to repeat, or "play back," the commands. If you make a mistake when you record the macro, corrections you make are also recorded. Visual Basic stores each macro in a new module attached to a workbook.
Making a macro easy to run
You can run a macro by choosing it from a list in the Macro dialog box. To make a macro run whenever you click a particular button or press a particular key combination, you can assign the macro to a toolbar button, a keyboard shortcut, or a graphic object on a worksheet.
Enabling or diabling a macro is a feature of medium level security settings of macros. You can set it to high , medium or low, depending on your preference.