What Is an XLAM File?

An XLAM file is a macro-enabled add-in used to add new features to Excel

What to Know

  • An XLAM file is an Excel macro-enabled add-in file.
  • Open one with Excel, through the Add-ins window.
  • Change it to an XLSM file by editing its code.

This article explains what XLAM files are, including how to open one and what your options are for converting one to a different format.

What Is an XLAM File?

A file with the XLAM file extension is a macro-enabled add-in file used to add new functions to Microsoft Excel. Like Excel's XLSM and XLSX file formats, these add-in files are XML-based and saved with ZIP compression to reduce the overall size.

XLAM files

Excel add-in files that don't support macros might use the XLL or XLA file extension.

How to Open an XLAM File

XLAM files can be opened with Microsoft Excel 2007 and newer. Earlier versions of Excel can open one, too, but only if the Microsoft Office Compatibility Pack is installed.

Macros in an XLAM file may contain malicious code. Take great care when opening executable file formats received via email or downloaded from websites you're not familiar with.

There are two primary methods for opening the file:

Open the XLAM File Through Excel's Menu

One way you can open it is through the File > Options > Add-ins > Go button. The other path is Developer > Add-Ins. See Microsoft how-to to learn how to enable the Developer tab if you don't already see it.

No matter which route you go, the result will bring you to the Add-Ins window where you can select Browse to load the file.

Excel Add-ins and browse screens for opening XLAM files

If your add-in is already listed in this window, just put a check next to the name to enable it.

Copy the XLAM Files to the AddIns Folder

Another option, which is especially useful if you have more than one, is to put it in this folder so Excel will automatically load it when it opens:

C:\Users\[username]\AppData\Roaming\Microsoft\AddIns\

Some XLAM files that are downloaded from the internet are blocked and can't be fully used in Excel. Right-click the file in Explorer and choose Properties. In the General tab, select Unblock to have full access to it.

How to Convert an XLAM File

There shouldn't be any reason to use a file converter to save the file to a different format. While those tools do work for lots of file formats, this isn't one of them.

See this Excel Forum thread on converting XLAM to XLSM if you want to do that. It involves editing the IsAddIn property to False.

Still Can't Open It?

If your file doesn't open at this point, it's highly likely you're not dealing with an actual XLAM file. This might be the case if you've misread the file extension, which usually happens when the letters look a lot alike.

For example, XAML could easily be confused for XLAM even though those files are used with a different program. AML and LXA are some others, where the format is either ACPI Machine Language or Arc Macro Language (for the former), or Microsoft Speech Lexicon (the latter).

If you're having trouble figuring out what to do, research the actual file extension at the end of your file to learn more about the format it might be in and find download links to the software you need to open/edit/convert it.

Was this page helpful?