The most recent content from our members.
I have one question about Eikon that I am hoping you could help address. We have Eikon set up on a laptop that we check out to faculty and students. Our IT department recently alerted us that they have been getting security alerts from the laptop related to Eikon’s use of VBScript and macros. Our campus no longer supports…
I have 3 Data Stream requests, which are running by opening I use a vba-code to open these 3 Data-Stream requests Public Sub cron() Dim wb As Workbook Set wb = Workbooks.Open("O:\Corona Reporting\data\Aktien_Aktuell.xlsm") wb.Save ' export Dim MyFileName As String Dim CurrentWB As Workbook, TempWB As Workbook Set CurrentWB…
Hello, I am writing a batch file (vbs) to update the data from DFO programatically. The function in the excel is DSGRID. Although it runs fine, it doesn't seem to update. Here is my code: Set excApp = CreateObject("Excel.Application") excApp.Visible = True excApp.COMAddIns("PowerlinkCOMAddIn.COMAddIn").Connect = True set…
Hi, I have a Visual Basic Script file (.vbs) that is scheduled to automatically start Excel, open an Excel file, and refresh the Thomson Reuters formulas in this file. However, when opening Excel through this vbs script, unfortunately the EIKON plugin is not loaded, so I'm not able to refresh the TR formulas. Is there any…
It looks like you're new here. Sign in or register to get started.