# Installing the Add-In

## Where to Save the Add-In File? {#where-to-save-the-add-in-file}

The Add-In file (.xlam) must be saved in the correct location for Excel to recognize it automatically.

**Windows**

Save the `.xlam` file to:

```
C:\Users\<User>\AppData\Roaming\Microsoft\AddIns
```

!!!secondary
The AppData folder is hidden by default. To reveal it, open File Explorer, go to the View tab, and check **Hidden items**.
!!!

![Revealing the AppData folder in File Explorer](/static/gifs/save-addin-file-revealing-appdata-folder.gif)

After copying the file, right-click it, select **Properties**, and click **Unblock** if the option appears. This ensures Windows does not block the file from running.

![Unblocking the Add-In file in Properties](/static/gifs/save-addin-file-unblocking-addin.gif)

**Mac**

Save the `.xlam` file to:

```
/Users/<User>/Library/Group Containers/UBF8T346G9.Office/User Content/Add-Ins/
```

!!!secondary
You can save the file to a different location, but you will need to browse manually to that location when enabling the Add-In in Excel.
!!!

## How to Enable the Add-in in Excel? {#how-to-enable-the-add-in-in-excel}

Once the `.xlam` file is saved in the correct directory, follow these steps to enable it:

1. Open Excel
2. Go to **File** > **Options** > **Add-Ins** on Windows, or **Preferences** on Mac
3. At the bottom, set **Manage** to **Excel Add-ins** and click **Go...**
4. In the Add-Ins dialog, check the **Intratec** box
5. Click **OK**

!!!secondary
If the Intratec Add-In is not listed, click **Browse...** and navigate to the folder where you saved the `.xlam` file.
!!!

![Enabling the Add-In in Excel Options](/static/gifs/enable-addin-enabling-in-excel-options.gif)
