question

Upvotes
Accepted
1 0 0 2

Could we log in Refinitiv Workspace Addin using the VBA code like before? (Before: Eikon COM Addin)

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.

workspace#technology#productvba
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

This works well: '''Import Reuters addin

  • Application.COMAddIns("PowerlinkCOMAddIn.COMAddIn").Connect = True

This can not work anymore: '''Reuters login

  • Application.Run "PLLoginEventHandler"

Could anyone provide similar VBA code for logging into the workspace?

@nickchenhs

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.2k 251 52 74

@nickchenhs

Thank you for reaching out to us.

I checked the previous submitted case and found that the login feature is still not migrated to Workspace.

You can contact the Helpdesk support team direclty via MyRefinitiv to confirm it.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.