Hello,
I have recently received access to Refinitiv Workspace, and I am trying to open up pre-made Macro-enabled excel worksheets which has TR formulas made using Eikon Excel.
I am able to retrieve the data, but I am facing an issue when trying to refresh the workbook through VBA. When using Eikon, the below command works:
Application.Run "EikonRefreshWorkbook"
In Refinitiv Workspace though the above command does not work and I receive an error. Is there an alternative to this that can be used with RDP instead within VBA?
Thank you!