Hello Team,
Is there a way to programmatically check in Excel/VBA which Excel add-in version (Eikon or Workspace) is loaded in a given instance of excel? This would streamline the process of Eikon/WS verification for number of users at clients' side.
I got below function earlier, but it just displays generic description.
Application.COMAddIns.Item("PowerlinkCOMAddin.COMAddin").Description
Thank you!