I have PPP.xla, DDE.xla, PPPInit.xla Add-in installed. But I don't know the Protected Password for those Add-in. If I want to trigger [Market Data Engine Restart], which function i should call?
Call Application.Run("???")
The reason I want this is becoz sometimes when I use RtHistory("IDN", ,,,), it does not work (return "#N/A N/A") unless I restart PowerPlusPro.exe or when i clicked [Restart Data Engine] in the Reuters ToolBar. And I want to automate this RtHistory job by calling Excel using VBScript. Therefore I must have this function name to trigger the restart before fetching data.
Any experts have idea on this? Many thanks.