How to add a macro to your Excel Quick Access Toolbar
The Quick Access Toolbar is located at the very top of your Excel window, I highly recommend that you place your most used commands and macros there.
Here are the steps needed to create a macro button on the Quick Access Toolbar:
- Press with left mouse button on the rightmost button on the Quick Access Toolbar to customize the Quick Access Toolbar
- Press with left mouse button on "More Commands..." button.
- Press with left mouse button on the left drop down button
- Select "Macros"
- Select Macro1
- Press with left mouse button on "Add >>" button
- Press with left mouse button on "Modify"
- Pick an icon for your macro.
- Press with left mouse button on OK button
- Press with left mouse button on OK button
The picture below shows the new button on the Quick Access Toolbar. Press with left mouse button on it to launch macro1.
The following post demonstrates how to save your macros in a personal Excel file so you can use your macros in any workbook you have open:
Recommended articles
Save links to your favorite macros in a personal tab on the ribbon for easy access and become more productive. […]
Excel basics category
What is a reference in Excel? Excel has an A1 reference style meaning columns are named letters A to XFD […]
A non-contiguous list is a list with occasional blank cells and that makes it harder to select the entire cell […]
Have you ever wondered how these lines got there on a worksheet? They show where pages will break, in other […]
Macro category
This article demonstrates a macro that copies values between sheets. I am using the invoice template workbook. This macro copies […]
This tutorial shows you how to list excel files in a specific folder and create adjacent checkboxes, using VBA. The […]
In this post I am going to show how to create a new sheet for each airplane using vba. The […]
Excel categories
Leave a Reply
How to comment
How to add a formula to your comment
<code>Insert your formula here.</code>
Convert less than and larger than signs
Use html character entities instead of less than and larger than signs.
< becomes < and > becomes >
How to add VBA code to your comment
[vb 1="vbnet" language=","]
Put your VBA code here.
[/vb]
How to add a picture to your comment:
Upload picture to postimage.org or imgur
Paste image link to your comment.