From 4d12994a7df16262c23d2027be0173678d7f0f79 Mon Sep 17 00:00:00 2001 From: "Kurt M." Date: Sun, 6 Apr 2014 12:50:23 -0700 Subject: [PATCH] Updated README Added instructions for building the .XLAM Add-In file. --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4a0726..ddc4c8c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,19 @@ This MS Excel Add-In loops through an Excel spreadsheet and creates individual t # Uninstall Instructions 1. Open any MS Excel Workbook. -2. On the **File Menu**, click **Options**. +2. On the **File** Menu, click **Options**. 3. In the **Excel Options** window, click **Add-Ins**. Locate the **Manage** drop-down list, select **Excel Add-ins** and click **Go...** 4. In the **Add-Ins** window, uncheck the checkbox next to **Excel to TextFile Add-In**. -5. Now click **OK** and the Add-In is uninstalled. \ No newline at end of file +5. Now click **OK** and the Add-In is uninstalled. + +# .XLAM Build Instructions + +1. Clone this repository. +2. Open any MS Excel Workbook. +3. On the **Developer** Menu, click **Visual Basic**. +4. From the **Microsoft Visual Basic for Applications** window, select the **File** Menu and click **Import File** +5. Select each of the `.cls`, `.frm`, `.bas` files from this repository. +6. Close the **Microsoft Visual Basic for Applications** window and go back to the open MS Excel Workbook. +7. On the **File** Menu, click **Save As**. +8. At the **Save as type** drop-down, select **Excel Add-In (*.xlam)**, enter a **File name** and press **Save**. +9. An `.xlam` MS Excel Add-In file is now created. \ No newline at end of file