Hi,
I 'm looking after the code that will allow printing an Eikon quote app / chart page / ... from Eikon Excel VBA.
Today, I need to manually go to my Eikon desktop App and click on the print button for the desired quote app.
The followed goal is to get a screen proof of the reuters data that I get in Excel.
I found the beginning of a way to do it, as I can open a quote app page, but I don't know how ton print it and close it.
Sub ShowRICInIDN(ByVal RIC As String)
Dim wshLink As ObjectSet
wshLink = CreateObject("WScript.Shell")
wshLink.Run "reuters://REALTIME/verb=FullQuote/ric=" & RICSet wshLink = Nothing
End sub
Regards
JOG