Skip to main content
Business LibreTexts

8.18: Add-Ins

  • Page ID
    46555
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Learning Objectives

    • Use add-ins

    Microsoft Office allows for a variety of additional programs to be added into Excel as well as the other Office programs. An add-in specifically adds optional features or commands into Excel either from Microsoft or from third-party companies. Excel’s default is to not make add-ins immediately available, therefore, in order to access them, you must install and sometimes activate the add-ins.

    Here are general pieces of information to know before we dive into Excel add-ins:

    • Add-ins are available for both Windows and for MacOS.
    • The Options window is the main way to access and manage Excel add-ins. Find them by going to File, Options, Add-ins path. The Excel Options, Add-ins options selected is displayed in the screenshot below. Notice how you can see which add-ins are Active, Inactive and Disabled as well as any Documents related to add-ins.
      Excel screenshot of Options window with the Add-ins view selected. See what add-ins are active, inactive or disabled.
    • There are three main categories for the different types of add-ins: Excel add-ins, Custom add-ins, and Downloadable add-ins. We’ll go over an example for each of the three types to give you a good idea how to find, add-in, activate and run an add-in in Excel.

    Excel Add-ins

    These add-ins include ones with the extensions .xlam (marco-enabled add-in), .xla (Excel 97-2003 add-ins), .xll (DLL add-in or an automation add-in. Examples include the Analysis ToolPak, Analysis ToolPak – VBA, or the Euro Currency Tools add-in. Microsoft add-ins are listed in the Options window.

    Here is how to enable an included add-in from Microsoft. Let’s say you wish to have the Analysis ToolPak available in Excel. Follow these steps:

    1. After opening the Options window, Add-ins on the left-hand menu selected, search and click on Analysis ToolPak in the list to see that it is disabled.
    2. At the bottom of the Options window, in the Manage drop-down menu, select Excel Add-ins, click Go.
    3. The Options window closes, and a new small dialog box opens. See the ToolPak box isn’t checked. Check that box and click the OK button.
      Excel screenshot of the Add-ins dialog box displaying what add-ins are active or inactive by looking at the check-boxes. Currently no boxes are checked.Excel screenshot of the Add-ins dialog box displaying what add-ins are active or inactive by looking at the check-boxes. Currently the Analysis ToolPack box is checked.
    4. Excel takes a few seconds loading up the add-in and then it will show up in your ribbon area usually. In this case, in the Data tab, on the far right a new group appears called Analysis, Data Analysis button.
      Excel screenshot of Data tab with the new Data Analysis add-in button displayed on the ribbon.

    This ToolPack adds-in many additional data analysis tools you can use. Scroll through the menu to see the options. Many are additional statistical analysis options.

    Excel screenshot of Data Analysis button window listing the Analysis Tools available to select.
    1. Now if you return to the Options window you will see that the Analysis ToolPack is activated. If you wish to deactivate this add-in, return to the Options, Add-ins, Manage, Excel Add-ins, and click Go to open the Add-ins dialog box again. Simply uncheck the box and click OK to disable the Analysis ToolPack.
      Excel screenshot of the Add-ins dialog box displaying what add-ins are active or inactive by looking at the check-boxes. Currently the Analysis ToolPack box is checked.
    2. This same process is used for the included Microsoft Add-ins in Excel. COM Add-ins are also Microsoft’s add-ins that are available in Excel as well and can be added or disabled by opening its dialog box and clicking on the available add-ins as well.

    Downloadable Add-Ins

    If you are surfing the internet looking for a good add-in for Excel, you will find many add-ins provided by a large variety of program providers, software developers and businesses. Let’s walk through a scenario to see how to install a downloaded add-in into Excel.

    Let’s say you found the website www.excelcampus.com or some other website, and decided you would like to use the Excel Pivotpal add-in to make your pivot tables a bit more customized. Follow these steps to get the add-in into your Excel program.

    1. After purchasing the add-in, download it into your download folder on your computer. (Double clicking does not add it automatically to Excel, you need to go through the Add-in in the Options menu.)
    2. Open Excel, File, Options, Add-ins menu and the window displays the available add-ins.
    3. At the bottom of the window, in the Manage, choose the Excel Add-in, and click Go.
    4. The Add-ins window will open but you will not see the file you downloaded. You need to now go find that file. Click on the Browse… button and it will open a new window. It usually defaults to the Microsoft > AddIns folders. Navigate to where you saved the downloaded add-in file and select it, click OK.
    5. It will now be added into the Add-ins menu in the small window. Now check the box and click OK to enable the downloaded add-in.
      Excel screenshot of the Add-ins dialog box displaying what add-ins are active or inactive by looking at the check-boxes. Currently the Excel Pivotpal box is checked.
    6. Once an add-in is enabled, there is no need to re-install, it loads and opens each time you open Excel.
    7. To disable it follow the same path to open the Add-ins window and deselect the custom add-in.

    Custom add-ins

    A custom add-in is one you create yourself–this is useful when you must run a macro often for different workbooks—or created by solution providers or programmers based on the COM (Component Object Model). These custom add-ins often require Visual Basic or other programming languages to build. As you become more proficient in Excel or Visual Basic, you may wish to create your own custom Excel add-in.

    The flexibility of Excel allows for all kinds of custom add-ins. Many custom add-in files may be added into Excel just like with a downloaded add-in file process.

    Additional access to Microsoft Add-ins

    Excel, and the other Office 365 and 2019 programs, have an additional way to find other add-ins available from Microsoft. In the Insert tab, find the Add-ins button. Once you click on that button choose one of the options. Here is what this looks like:

    Excel screenshot of the Insert tab, Add-ins button displaying the dropdown menu options.

    After selecting the Get Add-ins option, a new window opens, and you can scroll through and select a variety of add-ins to use for Excel and the other Office products.

    Excel screenshot of the Insert tab, Add-ins button after Get Add-ins option was selected. Open window of Office Add-ins listing what is available to add into Excel.

    Add-ins can be powerful tools to assist with Excel’s already useful functions. Now that you know how to search, find, download and add in these tools, find the ones that fit your needs the best and enable them to make your work life more efficient.

    Contributors and Attributions

    CC licensed content, Original
    • Add-Ins. Authored by: Sherri Pendleton. Provided by: Lumen Learning. License: CC BY: Attribution

    8.18: Add-Ins is shared under a CC BY license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?