0% found this document useful (0 votes)
9 views

How To Install (Or Uninstall) A VBA Add-In (.Xlam File) For Microsoft Excel - Automate Excel

Uploaded by

tamilarasu20390
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

How To Install (Or Uninstall) A VBA Add-In (.Xlam File) For Microsoft Excel - Automate Excel

Uploaded by

tamilarasu20390
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

7/5/23, 4:24 PM How to Install (or Uninstall) a VBA add-in (.

xlam file) for Microsoft Excel - Automate Excel

How to Install (or Uninstall) a VBA add-in


(.xlam file) for Microsoft Excel
IN THIS ARTICLE
How to Install an Excel add-in
1. Save Add-in to Computer
2. Unblock the File
3. Trust the File Location
4. Make Sure the Developer Tab is Visible
5. Browse For File
5. Allow Programmatic Access
Unloading an Add-in
FAQs
What is a .XLAM File?
How to Install an Excel Add-in (.xlam file)?
How to uninstall an Excel Add-in (.xlam file)?

How to Install an Excel add-in


This tutorial will teach you how to install or uninstall a .xlam add-in for Excel.

1. Save Add-in to Computer


Make sure to download and save the add-in (.XLAM file) to your computer. Pick a folder that’s easy
to find (ex. My Documents)

2. Unblock the File


1. After saving the file, locate the file in the Windows Explorer.
2. Right-click the file and select Properties
3. Make sure the box Unblock is checked near the bottom of General Tab.

https://www.automateexcel.com/vba/install-add-in 1/7
7/5/23, 4:24 PM How to Install (or Uninstall) a VBA add-in (.xlam file) for Microsoft Excel - Automate Excel

3. Trust the File Location


In July 2016, Microsoft added a security update that requires you to add the .XLAM file location as
a Trusted Location in order for the add-in to work.
Go to File > Options > Trust Center > Trust Center Settings… > Trusted Locations > Add
New Location
3a. File > Options

https://www.automateexcel.com/vba/install-add-in 2/7
7/5/23, 4:24 PM How to Install (or Uninstall) a VBA add-in (.xlam file) for Microsoft Excel - Automate Excel

3b. Trust Center > Trust Center Settings…

3c. Trusted Locations > Add New Location

https://www.automateexcel.com/vba/install-add-in 3/7
7/5/23, 4:24 PM How to Install (or Uninstall) a VBA add-in (.xlam file) for Microsoft Excel - Automate Excel

3d. Add New Location: Browse to the file location containing your add-in

3e. Alternatively, you can move your add-in to one of the existing Trusted Locations listed in
the previous step!

4. Make Sure the Developer Tab is Visible

https://www.automateexcel.com/vba/install-add-in 4/7
7/5/23, 4:24 PM How to Install (or Uninstall) a VBA add-in (.xlam file) for Microsoft Excel - Automate Excel

If you don’t see the Developer tab then follow these instructions: Add Developer Ribbon.

5. Browse For File


Go to Developer > Excel Add-ins > Browse and select your file

Make sure the add-in has a check mark next to it and click OK.
Your add-in is now installed!

VBA Coding Made Easy


Stop searching for VBA code online. Learn more about AutoMacro - A VBA Code Builder that
allows beginners to code procedures from scratch with minimal coding knowledge and with
many time-saving features for all users!

Learn More

5. Allow Programmatic Access


If you install one of our VBA add-ins, you’ll also need to allow Programmatic Access for the add-in
to work. If you don’t you may see this error message:

https://www.automateexcel.com/vba/install-add-in 5/7
7/5/23, 4:24 PM How to Install (or Uninstall) a VBA add-in (.xlam file) for Microsoft Excel - Automate Excel

To allow access, follow this steps:


In the upper-left corner of Excel, click File > Options. Then Trust Center > Trust Center
Settings….

Then click Macro Settings and make sure Trust Access to the VBA project object model is
checked.

https://www.automateexcel.com/vba/install-add-in 6/7
7/5/23, 4:24 PM How to Install (or Uninstall) a VBA add-in (.xlam file) for Microsoft Excel - Automate Excel

Unloading an Add-in
To unload an add-in simply navigate to the Add-ins dialog box (see “Browse For File” above) and
uncheck the add-in.
You can also delete the .XLAM or .XLA file from your hard drive.

FAQs

VBA Programming | Code Generator does work for you!

What is a .XLAM File?


A .XLAM file is an Excel add-in file. Excel Add-ins are hidden workbooks then open each time
Excel is opened. The add-ins can contain VBA code (Macros) and other calculations that you can
use when working in other workbooks.

How to Install an Excel Add-in (.xlam file)?


Open the Developer Tab. Click Excel Add-ins > Browse and select your add-in file. Note: There
may be additional steps you need to take to show the Developer Tab and to tell Excel to “trust” the
add-in.

How to uninstall an Excel Add-in (.xlam file)?


Open the Developer Tab. Click Excel Add-ins > Browse and deselect the desired add-in. Or you
can delete the add-in file from your computer.

https://www.automateexcel.com/vba/install-add-in 7/7

You might also like