Hello All,
We have a couple of Excel workbooks we have to open on a daily basis. In order to automate things we want to open the workbooks at a scheduled time with the help of a Powershell script. As the current version of the script opens multiple Excel workbooks in separate instance we have the problem that RtGet() functions only retrieve 0-values for any field for all but the first workbook that is opened. When the workbook is opened by the Powershell script I can't see what is missing for the Thomson Reuters Add-In to function properly. When opening the workbooks manually quotes are received as expected. What could cause the retrieval problems and how can I make this work?
Thank you