• Skip to main content
  • Skip to header right navigation
  • Skip to site footer

My Online Training Hub

Learn Dashboards, Excel, Power BI, Power Query, Power Pivot

  • Courses
  • Pricing
    • Free Courses
    • Power BI Course
    • Excel Power Query Course
    • Power Pivot and DAX Course
    • Excel Dashboard Course
    • Excel PivotTable Course – Quick Start
    • Advanced Excel Formulas Course
    • Excel Expert Advanced Excel Training
    • Excel Tables Course
    • Excel, Word, Outlook
    • Financial Modelling Course
    • Excel PivotTable Course
    • Excel for Customer Service Professionals
    • Excel for Operations Management Course
    • Excel for Decision Making Under Uncertainty Course
    • Excel for Finance Course
    • Excel Analysis ToolPak Course
    • Multi-User Pricing
  • Resources
    • Free Downloads
    • Excel Functions Explained
    • Excel Formulas
    • Excel Add-ins
    • IF Function
      • Excel IF Statement Explained
      • Excel IF AND OR Functions
      • IF Formula Builder
    • Time & Dates in Excel
      • Excel Date & Time
      • Calculating Time in Excel
      • Excel Time Calculation Tricks
      • Excel Date and Time Formatting
    • Excel Keyboard Shortcuts
    • Excel Custom Number Format Guide
    • Pivot Tables Guide
    • VLOOKUP Guide
    • ALT Codes
    • Excel VBA & Macros
    • Excel User Forms
    • VBA String Functions
  • Members
    • Login
  • Blog
  • Excel Webinars
  • Excel Forum
    • Register as Forum Member

Customize the QAT (Quick Access Toolbar) in Excel

You are here: Home / Excel VBA / Customize the QAT (Quick Access Toolbar) in Excel
Customize the QAT (Quick Access Toolbar) in Excel
June 17, 2014 by Philip Treacy

You can customize the Quick Access Toolbar (QAT) in Excel so that you add icons to run your macros, or commonly used tasks and tools. Just follow the 8 steps below, it shouldn't take you more than 5 minutes, if that.

You can also modify the Ribbon to show custom tabs, groups and icons for your own macros and commands.

Step 1

Right click your mouse anywhere on the QAT or the Ribbon, and from the menu that appears, click on Customize Quick Access Toolbar ...

Right Click Menu to Customize the Quick Access Toolbar

Step 2

The window that appears allows you to choose commands from the list on the left hand side of the main pane, and add them to the QAT by clicking on the Add>> button.

Quick Access Toolbar Excel Options

Step 3

You can click on the drop-down list under Choose commands from to select where you want to add commands from. It is here that you can also choose to add macros.

As this is what I want to do, I am going to click on Macros.

Choose Commands From List

And I now see a list of the macros available to me.

Macro List

Step 4

Any commands or macros you add to the QAT can be made available either to all Excel documents (which is the default), or just for the workbook you currently have open.

If you are adding standard Excel commands then leave this option on For all documents (default). Likewise if you are adding macros that are in your Personal.xlsb, you can stay with this option.

If you want to run a macro that is only in the workbook you currently have open, then change it so that it reads For 'Workbook Name' so in my case it's For Book1. By doing this the icon you create will only appear when you open this particular workbook.

Also note that if you choose For all documents (default), and then select a macro that is in a workbook other than Personal.xslb, when you close that workbook, the icon will stay on the QAT. When you click that icon, the workbook will be opened before the macro is run.

Modify for all documents

Step 5

So I've chosen to add macros to my QAT. I need to click on the macro and then click the Add>> button, and PERSONAL.XLSB!PersonalMacro is added to the list on the right.

Macro Added to the Quick Access Toolbar

Step 6

I now want to change the default icon for this macro, and give it some other useful information so with the newly added macro selected, click on the Modify button.

Modify the macro

Step 7

You'll see a large list of icons, choose whatever one you want for your macro. I'm going with a green square.

In the Display name box, type in a useful description for the macro, this will be the tool tip that appears when you hover your mouse pointer over the icon.

Choose new icon for the macro

Click OK to close, and you'll notice that the macro's icon and description have changed.

The modified macro

Step 8

Click OK to close the window you are in and you'll see that you now have a new icon on your QAT. Hover your mouse over it to see the tool-tip.

Customized Quick Access Toolbar

Customize the QAT (Quick Access Toolbar) in Excel

More Excel VBA Posts

automating and emailing pivot table reports

Automating and Emailing Pivot Table Reports

Automate the creation and distribution of pivot table reports with some VBA. Send reports to multiple email recipients using Outlook.
Checking values in range objects with vba

Checking Values in Range Objects With VBA

Use built in tools or your own code to examine the values contained within Range objects in VBA. Sample code to download.
Static variables in VBA

Static Variables in VBA

Variables normally cease to exist once your Sub or Function has ended. But Static Variables allow you to preserve values after your code has finished.
save chart as image

Save Chart as Image

List all the charts in your workbook then select the ones you want to save as either PNG or JPG. Sample workbook and code to download
Clearing Downstream Dependent Data Validation Lists

Clear Downstream Dependent Data Validation Lists

Change one of your data validation lists and clear the values in the other data validation lists dependent on your first choice.
Excel Status Bar

Excel Status Bar

Use the Excel Status Bar to send messages to your users and to show a progress bar for your VBA code
Progress Bar for Excel VBA

Excel Progress Bar for VBA

Create your own progress bar for VBA in Excel. Use it to show that your code is still running, and how long before it finishes.
error handling in vba

Error Handling in VBA

Understand how Excel VBA generates errors, how to control what Excel does when an error occurs, and how to write your own error handling routines.
Finding File Metadata Using FileSystemObject

Finding File Meta Data Using FileSystemObject

Find file meta data like the creation date, last modified date and file size using Windows FileSystemObject in Excel VBA
Automatically Add Items to Data Validation List

Automatically Add Items to Data Validation List

Automatically Add Items to Data Validation List by typing in the new data. Then sort the source list for bonus points

More Excel VBA Posts

Display All Matches from Search in Userform ListBox

Display All Matches from Search in Userform ListBox

Search a range for all partial and full matches of a string, and display matching records (entire rows) in a userform listbox. Sample code and userform.
animating excel charts

Animating Excel Charts

Use animation correctly to enhance the story your data is telling. Don't animate your chart just for some eye candy. Sample code and workbook to download.
dynamic data validation lists in userforms

Dynamic Data Validation Lists in Userforms

Data validation lists using the same source that are dynamically modified to prevent the same choice being made in each list.
show report filter pages for power pivot pivottables

Show Report Filter Pages for Power Pivot PivotTables

PivotTables created from Power Pivot can't use the 'Show Report Filter Pages' option. But this piece of VBA allows you to do just that.
charting real time data in excel

Charting Real Time Data in Excel

Receive data in real time and chart the data as it arrives. Can be used to chart things like stock prices or sensor readings. Sample code and workbook
select multiple items from drop down data validation list

Select Multiple Items from Drop Down (Data Validation) List

Choose multiple items from a data validation (drop down) list and store them all in the same cell. Sample workbook with working VBA.
Excel Calendar (Date Picker) to Use in Worksheets and Userforms

Multi-Language Excel Calendar (Date Picker) for Worksheets and Userforms

Easy to use, highly customizable and multi-language. This date picker is implemented as a userform that is simple to integrate into your workbook.
automating and emailing pivot table reports

Automating and Emailing Pivot Table Reports

Automate the creation and distribution of pivot table reports with some VBA. Send reports to multiple email recipients using Outlook.
search for data with userform

Searching for Data With a User Form

Search a list of records (like a table) using a user form, and then populate the fields of the search form when the record is found.
Checking values in range objects with vba

Checking Values in Range Objects With VBA

Use built in tools or your own code to examine the values contained within Range objects in VBA. Sample code to download.


Category: Excel VBATag: Excel VBA
Previous Post:Plot Excel Data on a MapPlot Excel Data on a Map
Next Post:Customize the Ribbon in ExcelCustomize the Ribbon in Excel

Reader Interactions

Comments

  1. ben si ahmed

    March 6, 2021 at 6:08 pm

    very nice and educative page
    for that steps, is that a way to make theses steps automatic? since some friends could not follows all these steps?

    Reply
    • Catalin Bombea

      March 11, 2021 at 3:21 am

      Afraid it’s not possible, what one needs to add to QAT and macro names are totally different from one user to another. Might be possible, but will require too much coding, not really worthy.

      Reply
  2. Brendon Marks

    June 12, 2019 at 3:15 am

    I’m on Win 10, Excel 2010. When I follow these instructions and take all the defaults, my macro works fine from the QAT, but if I change the icon or the display name, the macro stops working from the QAT, It still works when I run the macro manually. The macro has only two commands: ActiveWorkbook.Save and Application.Quit

    Reply
    • Philip Treacy

      June 12, 2019 at 3:23 pm

      Hi Brendon,

      Sorry I can’t reproduce this problem in my Excel 2013/Win10. Can you reproduce the problem on another PC?

      Regards

      Phil

      Reply
  3. Glenn Hottel

    January 28, 2017 at 2:26 am

    Do VBA commands exist to do steps 1 through 8 above so I can have a start up macro add buttons to the QAT and, conversely, remove buttons from the QAT when the file closes?

    Reply
    • Philip Treacy

      January 29, 2017 at 8:12 pm

      Hi Glenn,

      What you’re asking is can you have buttons on the QAT, but remove them when you don’t want them? If your concern is keeping everything looking neat and tidy then maybe you should look to put your icons onto the Ribbon.

      The icons will still be on the Ribbon, but they won’t take up as much noticeable screen space compared to having them on the QAT.

      Regards

      Phil

      Reply
  4. Onias Chikwata

    July 2, 2016 at 5:37 pm

    This is a great technique. I will definitely apply it when doing my routine reports in excel especially PIVOT table reports. I can’t wait to try and it will save me a lot of time. Thanks Mynda for sharing this.

    Reply
    • Philip Treacy

      July 3, 2016 at 9:01 pm

      You’re welcome. Glad you find my article useful 🙂

      Regards

      Phil

      Reply
  5. Dario

    June 30, 2016 at 11:01 pm

    Excelent your explanation.
    Thanks a lot

    Reply
    • Philip Treacy

      July 1, 2016 at 8:49 am

      You’re welcome

      Phil

      Reply
  6. Duncan

    July 3, 2014 at 1:09 am

    Very useful tips. what would also be useful would be a way to change or add icons as there used to be in earlier Excel versions. Any ideas? I like my toolbar icons to be relevant to the task.

    PS: I always thought or assumed Vanuatu was dead flat and at risk from going under water. Volcano? Jungle? I must be confused with somewhere else.

    Reply
    • Philip Treacy

      July 3, 2014 at 11:10 am

      Hi Duncan,

      You can do this 2 ways. Have a look at Ron de Bruin’s write up which describes how to write your own code, this a rather complicated process. Or you can use an add-in like Custom Tab Creator [aff link].

      Vanuatu is pretty hilly/mountainous. There are a number of other islands/nations in the South Pacific and Indian Oceans threatened by rising sea levels. Kiribati may be the one you were thinking of, though the Maldives and Seychelles are also very low.

      Regards

      Phil

      Reply
  7. Aderogba Adewusi

    June 19, 2014 at 4:47 pm

    Great work Phil. I’ve been following your tips all the way. They had been very useful to me. Appreciate.

    Reply
    • Philip Treacy

      June 19, 2014 at 5:04 pm

      Thanks 🙂 Glad I can be of help.

      Phil

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Current ye@r *

Leave this field empty

Sidebar

More results...

launch excel macros course excel vba course

Featured Content

  • 10 Common Excel Mistakes to Avoid
  • Top Excel Functions for Data Analysts
  • Secrets to Building Excel Dashboards in Less Than 15 Minutes
  • Pro Excel Formula Writing Tips
  • Hidden Excel Double-Click Shortcuts
  • Top 10 Intermediate Excel Functions
  • 5 Pro Excel Dashboard Design Tips
  • 5 Excel SUM Function Tricks
  • 239 Excel Keyboard Shortcuts

100 Excel Tips and Tricks eBook

Download Free Tips & Tricks

Subscribe to Our Newsletter

Receive weekly tutorials on Excel, Power Query, Power Pivot, Power BI and More.

We respect your email privacy

239 Excel Keyboard Shortcuts

Download Free PDF

mynda treacy microsoft mvpHi, I'm Mynda Treacy and I run MOTH with my husband, Phil. Through our blog, webinars, YouTube channel and courses we hope we can help you learn Excel, Power Pivot and DAX, Power Query, Power BI, and Excel Dashboards.

Blog Categories

  • Excel
  • Excel Charts
  • Excel Dashboard
  • Excel Formulas
  • Excel PivotTables
  • Excel Shortcuts
  • Excel VBA
  • General Tips
  • Online Training
  • Outlook
  • Power Apps
  • Power Automate
  • Power BI
  • Power Pivot
  • Power Query
microsoft mvp logo
trustpilot excellent rating
Secured by Sucuri Badge
MyOnlineTrainingHub on YouTube Mynda Treacy on Linked In Mynda Treacy on Instagram Mynda Treacy on Twitter Mynda Treacy on Pinterest MyOnlineTrainingHub on Facebook
 

Company

  • About My Online Training Hub
  • Disclosure Statement
  • Frequently Asked Questions
  • Guarantee
  • Privacy Policy
  • Terms & Conditions
  • Testimonials
  • Become an Affiliate

Support

  • Contact
  • Forum
  • Helpdesk – For Technical Issues

Copyright © 2023 · My Online Training Hub · All Rights Reserved. Microsoft and the Microsoft Office logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries. Product names, logos, brands, and other trademarks featured or referred to within this website are the property of their respective trademark holders.

Download A Free Copy of 100 Excel Tips & Tricks

excel tips and tricks ebook

We respect your privacy. We won’t spam you.

x