banner



How To Create A Macro Button In Excel 2016

Watch Video – How to Run a Macro in Excel

In Excel, you can create a macro by recording it or by writing code in the VB editor.

Once created, you need to run the macro.

In this tutorial, I'll show you different ways to run a macro in Excel.

If you're interested in learning VBA the easy way, check out my Online Excel VBA Training.

How to Run a Macro in Excel

For the purpose of this tutorial, let's say we have a macro named 'ColorCell' with the following code:

          Sub ColorCell() Range("A1").Interior.Color = vbRed End Sub        

This one line code would fill the cell A1 of the active sheet with red color.

Now let's see various ways to run this macro in Excel.

Run the Macro by Clicking on a Shape

One of the easiest ways to run a macro is to have a button in the worksheet and click that button to execute the macro.

It's easy and intuitive.

The benefit of this method is that it makes it really easy and intuitive for anyone to run the macro. Even if you share the workbook with someone who has no knowledge of VBA, he/she can just click on the button and see the actions take place (without even knowing what happens in the back end).

Something as shown below:

How to Run a Macro in Excel - Button Demo

Here are the steps to do this:

That's it! Now the shape would work as a button and whenever you click on it, it will run the assigned macro.How to Run a Macro in Excel - Button Demo

Run Macro By Clicking a Button

While the shape is something you can format, a button has a standard format.

Here is how it looks:

How to Run a Macro in Excel - button

You can assign a macro to a button and then can run the macro by simply clicking that button.

Here are the steps to assign a macro to a button:

The button inserted using this technique is a standard one and you can't change the formatting of the button (unlike shapes, where you can change practically everything).

However, you can change the text of the button. To do this, right-click on it and select Edit Text.

How to Run a Macro in Excel - change button text

Note: You can also assign a macro to other interactive controls, such as a checkbox or scrollbar.

Run a Macro from the Ribbon (Developer Tab)

If you have multiple macros in the workbook, you can see a list of all the macros in the Macros dialogue box. It makes it easy to run multiple macros from a single place.

Here are the steps:

Run a Macro from the VB Editor

If you are the one writing and testing macros, then instead of inserting buttons, you can directly run a macro from the VB Editor.

Here are the steps:

  • Select any line within the code in the code window. If you have multiple macros/subs, make sure your cursor is in the macro that you want to run.
  • Go to the toolbar and click on the Green triangle icon (you can also use the keyboard shortcut – F5).How to Run a Macro in Excel - From VB Editor

As soon as you do this, the macro would be executed.

If you only have the VB Editor open (and you can't see the worksheet), you may not see the change happening in the worksheet. You can minimize the VB Editor screen and then run the macro to see the changes in real-time.

You May Also Like the Following Excel VBA Tutorials:

  • Working with Cells and Ranges in Excel VBA.
  • Working with Worksheets in VBA.
  • Working with Workbooks in VBA.
  • Using Loops in Excel VBA.
  • Using IF Then Else Statement in Excel VBA.
  • Creating User-Defined Functions in Excel.
  • Excel VBA Events – An Easy (and Complete) Guide.
  • How to Create and Use Personal Macro Workbook in Excel.
  • 24 Useful Excel Macro Examples.
  • How to Create and Use an Excel Add-in.
  • Guide to Using For Next Loop in Excel VBA
  • How to Enable Macros in Excel?

How To Create A Macro Button In Excel 2016

Source: https://trumpexcel.com/run-a-macro-excel/

Posted by: sandovalmeir1997.blogspot.com

0 Response to "How To Create A Macro Button In Excel 2016"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel