|
|
|
|
Recording MacrosA VB Macro is essentially a VB subroutine that executes a series of VB
statements. To generate a macro, click on the Record Macro button
Macros are extremely useful when you are first learning how to write VBA code in Excel. If you want to do something in code such as change the background color of a cell, but you don't know to do it, simply run a macro, change the color manually, and then look at the macro. You can learn how to do just about anything simply by running macros. |