Is there a VBA Eikon function available to force the Sign in and out ?

Best Answer
-
Eikon Excel Synchronization Manager COM library gives you more options and control over handling connectivity to Eikon platform, but if you're just looking for a simple command to initiate the sign-in you can use
Application.Run "PLLoginEventHandler"
0
Answers
-
See the tutorial on Eikon Excel Synchronization Manager COM library.
0 -
Hi Alex, I was expecting an off the shelf function thinking it's actually called when explicitly clicking on the Eikon sign in/out button/icon in the topbar menu
christophe
0 -
Thanks Alex - would you have the same for Sign out ?
0 -
I don't believe it's possible to sign out using VBA. But depending on the use case, perhaps there are other ways to achieve what you're looking for. E.g. you can easily unload Eikon Excel COM add-in:
Application.COMAddIns("PowerlinkCOMAddIn.COMAddIn").Connect = False
What's your use case? In other words, why do you need to sign out? What exactly are you looking to achieve with it?
0 -
Similarly to Application.Run "PLLoginEventHandler" that signs-in like the Sign In action using the top bar menu sign in TR button, I'd like to perform a sign out action with a VBA code.
0 -
I want to make sure that my application signs out after the refresh is done to avoid any involuntary data refresh
0 -
btw, Application.COMAddIns("PowerlinkCOMAddIn.COMAddIn").Connect = False remove the Eikon Add-In from the Excel options, and this is not want I want. I tried and I had to put it back using Application.COMAddIns("PowerlinkCOMAddIn.COMAddIn").Connect = True
0 -
The sign out action is not exposed through VBA. There are numerous alternatives you can use to preserve the data you retrieved. Each has its own advantages and disadvantages depending on the larger context of your use case.
- Copy the data retrieved to a range where it cannot be overwritten by Eikon Excel functions. You can use MACRO keyword in =TR function to launch the macro that will copy the data retrieved to another range.
- Switch Excel to manual calc mode. Eikon Excel functions do not automatically update when Excel is in manual calc mode.
- Pause Updates button in Eikon Excel ribbon puts Eikon Excel in the state where Eikon Excel functions are not updated unless a refresh is requested. These capabilities are exposed to VBA through Eikon Excel Synchronization Manager COM library. You may also find the following previous thread useful.
https://community.developers.refinitiv.com/questions/11768/can-i-control-eikon-excel-addin-for-refresh-a-work.html - Unloading Eikon Excel COM add-in is a sure way to guarantee Eikon Excel functions won't be able to retrieve any data. To restore the add-in through GUI you can go to Excel Options, select Add-ins, Manage: COM Add-ins, click Go and tick the checkbox against "Refinitiv Eikon - Microsoft Office". Alternatively you can run "Refinitiv Eikon - Microsoft Office" from the shortcut in Windows Start Menu.
- You can retrieve data using Eikon COM APIs in VBA. This way you won't need any worksheet functions and you can be in complete control over how you refresh the data.
0 -
Alex, it's really unfortunate there's no such VBA signout function - As there's a sign in function, I really was expecting the same for sign out. Some of the users I work with are not at all excel expert (actually basic users) and having such signout function that is automatically called based on some specific trigger would make the implementation more handy and robust.
0
Categories
- All Categories
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 33 Data Model Discovery
- 682 Datastream
- 1.4K DSS
- 613 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 248 ETA
- 552 WebSocket API
- 37 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 2 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 275 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.8K Refinitiv Data Platform
- 622 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 26 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 191 TREP Infrastructure
- 228 TRKD
- 915 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 83 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛