Hi,
I am trying to write a macro that will load the Eikon excel Addin once excel is opened. I am struggling to find the code that will do this. I have tried the below, but without much success. Is it possible to provide vba that will do this?
If Application.COMAddIns("Thomson Reuters Eikon - Microsoft Office").Connect = False Then
Application.COMAddIns("Thomson Reuters Eikon - Microsoft Office").Connect = True
thanks.