Site icon Ampersand Tutorials

Eye-opening article on what is Excel macros in 2021

Read this easy and quick article on what is Excel Macros, how to use macros and where it can be used.

What is VBA?

What is Macros?

Why Macros?

The Object Model

VBA is object-oriented, before you perform any actions you need to specify what object to perform on. VBA syntax is object-first then action. Objects can have relationships with other objects. This relationship is called the object hierarchy. Macros are also called a subroutine, procedure, program.

what is Excel macros

Ways to run Macros (VBA Code)

How to Record a Macros

We can start Recording a Macro in the 4 ways mentioned below:

  1. Click on the record macro button at the bottom left hand side
  2. Use Shortcut Alt + T + M + R
  3. Go to Developer tab – Record Macro
  4. Go to View Tab – Record Macro

Now name your macros, assign a shortcut key and decide where to store them (workbook or personal macro workbook)

Run through the steps the macros needs to do

Stop the Macros.

You can also read the article about Excel Shortcut. You can also enrol in our Advance Excel Course.

Exit mobile version