Now, we can still use the VBA code [Application.Run "PLLoginEventHandler"] to log in Eikon COM Addin.
However, we will be using a new version of Eikon, the Refinitiv Workspace, so common VBA code may no longer work. I would like to ask if there is a way to log in Refinitiv Workspace Addin using VBA code like before? (Before: Eikon COM Addin)
- Example: 'Reuters login (This can not work anymore...)
Application.Run "PLLoginEventHandler"
Thank you so much for providing solutions.