The most recent content from our members.
Could you please give me an Excel-VBA command to call the Workspace-Excel Menu-command Excel Menu “Workspace” -> Options -> Online -> “Shut Down”
Hi Team, Is there any way to use AdfinXAnalytics with Workspace Excel? We have a user who has this in his Excel file. I found some references to an LSEG COM API solution, but it doesn't seem to include AdfinXAnalytics, just DEX and Real Time:…
Client has downloaded the COM addin for Workspace to enable VBA but wants to know why he his file is not updating. Please see the images attached. Can send the file in question if needed. And client query below: "Can you please have someone who is an expect on the VBA side to confirm why these Public Functions are not…
Hi, We used excel vba code with the old "RHistoryAPI.dll" to query the prices for several stock underlyings. In the new "LSEG COM Library for Workspace" I also looked at the example file for historical pricing from the website "https://developers.lseg.com/en/api-catalog/workspace-sdk/lseg-com-library-for-workspace".…
Raised this on client's behalf. Looking forward to your response. Contact Name : Majdeddine Younes Account Name : Landesbank Baden Wuerttemberg Query : I used to use AdfinXRtLib (Eikon) in my VBA and would like to have a similar library while using Workspace. Since I now have the Adfin Analytics tab in my workspace Excel,…
I am working on converting an Excel-based calculation tool that currently uses the EIKON AdxRtList Library to stream real-time underlying data. The goal is to adapt the VBA code so it works with Refinitiv Workspace instead of EIKON. Details: The VBA tool has the following components: A class module that interacts directly…
we are moving to LSEG Workspace. I need to open a Workspace Excel with VBA. The workspace add- in is inserted correctly via File --> Options and if you manually open an Excel, the workspace add-in is also included. But if I call an Excel via VBA, unfortunately the workspace add-in is missing. What must the VBA code be to…
Hello, I wanted to ask if a user who had a spreadsheet created by our previous colleagues can submit his file to be upgraded by someone in the devportal? He submitted the file to the FMC Team but they don't support VBA and asked him to try here. I can act as a point of contact or I can ask him to submit his request here if…
Hi LSEG, Please confirm if there are any updates for Workspace including Application.Run "PLPauseResumeEventHandler"? The last post in October 2024 stated no. Regards Adam
Posting this query on behalf of an external client: The following VBA function stopped worked for me: Function Reuters_IDN(Sec As String, Field As String) Dim res As Variant res = "Retrieving..." While res = "Retrieving..." res = Application.Run("RtGet", "IDN", Sec, Field, "") DoEvents Application.RTD.RefreshData Wend…
Can you tell me how to get LSEGVbaApis.bas module?
In Eikon samples there was a file called RHistoryAPI.xlsm to retreive historical data, like prices time series. We have not been able to get it working with Workspace Excel.
From Your documentation AdfinX Analytics | Devportal, we can see these below dlls are available But in our installation we can’t find those dlls. (below screenshot) We need help why it’s not available in our installation. Is there any optional parameter what you need to check when Installing workspace?
What I need is VBA code to: Check whether Workspace COM add in is loaded, and load it if not Check Workspace status (online, offline, refreshing, paused) and trigger log in and refreshes Retrieve FX spot live, today’s high, today’s low as well as fixrates (WMRH etc) and the corresponding timestamps
It looks like you're new here. Sign in or register to get started.