-
Why does the LSEG Workspace “Company Tree Structure” Excel export fail for some companies?
I am using the “Company Tree Structure” feature within LSEG Workspace to export group hierarchy data into Excel. While the download works as expected for many companies, it consistently fails or gets stuck in a loading state for a subset of both public and private companies. This issue persists regardless of the account…
-
Historical Pricing with more than one underlying in excel vba
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".…
-
LSEG Workspace Excel Addin - startup load failure from C# app
Hello I try to open Excel workbook with LSEG Workspace COM addin from C# app but it fails to load addin on startup; while if I open same file manually addin loads correctly. please help me to open Excel file with workspace addin active through C#, thanks
-
Excel Add-in
Hello, I am using Mac and want to have the Excel add-in displayed as shown below: (2.png) 2.png However, I only have the following: 1.png How to get access to the first one(2. png)? On windows I know that in the start menu, I can try searching for 'Eikon' then looking for 'Refinitiv Eikon - Microsoft Excel'. However, I…
-
Could you provide me with a documentation for library (oRtList As WorkspaceRtLib.AdxRtList)?
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,…
-
Migrating VBA Code from EIKON AdxRtList Library to Refinitiv Workspace
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…
-
Evaluation Number of members of the Executive Board
Hello, I am new to the Refinitiv Workspace and am currently investigating factors influencing executive compensation (empirical analysis). Unfortunately, I have not yet found the number of members of the management board. Is there a suitable key figure that tells me this? I would like to know the number of people who cause…
-
EXCEL | VBA
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…
-
User upgrading to from Eikon to Workspace with a spreadsheet using VBA created by Reuters
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…
-
HAVING ISSUES WITH EIKON EXCEL VBA
-
Download Limits using Workspace Excel Add-In
Hello, I use the Excel Add-In from Workspace to download data. I know that there is a monthly limit of 10 million data points. However, I have also heard that there is a limit per request. How high is this limit? I compared the number of data points before and after downloading some data using the command…
-
Help with Excel Add-In for RDP Bond Time Series and Static Data (Formulas Not Returning Values)
Hi, I'm trying to retrieve both time-series and static bond data in Excel using the Refinitiv Data Library Add-In. I'm logged into Refinitiv Workspace and the Excel add-in is active. However, the following formulas aren't returning any data, even though the RIC in F4 is valid and the dropdown setup works: Time-series…
-
Can you please help check reconstruct the VBA code of client?
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?
Can you tell me how to get LSEGVbaApis.bas module?
-
How to replicate RHistory VBA functions in Excel Workspace
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.