Having an issue in 4.2 but it might be something simple: I have an instance of an EA model open - assume this would be a precondition to import

, open the Importer Spreadsheet, navigate to the Glossary Tab, then "Add-In" tab to find the "Import Glossary" button. Using the existing glossary terms that are predefined I press the button: "MS VBA; Compile error: Object Library feature not supported" popup in "addOrUpdateTerm" function, for myTerm (Set myTerm = getTermByName(name); MS Excel "Application-defined or object-defined error"
I looked under Developer/COM Add-Ins and noticed "Team Foundation Add-in" was selected and this is being loaded...
Is there something that is missing in my installation or am I just missing something obvious?