Hi,
I'm transition from using the Eikon Excel add-in to Refinitiv WorkSpace excel add-in, but unfortunately the real time retrieval from Reuters stopped working.
Function Reuters_IDN(Sec As String, Field As String)
Dim res As Variant
res = "Retrieving..."
While res = "Retrieving..."
res = Application.Run("RtGet", "IDN", Sec, Field, "")
DoEvents
Application.RTD.RefreshData
Wend
Reuters_IDN = res
End Function
Sec=RIC and Field=Price type CF_LAST, CF_CLOSE