The most recent content from our members.
...b but not the non-realtime data. Hoping the form doesn't munge the code from this editor. Option Explicit Private Sub Form_Load() Me.WindowState = vbMaximized End Sub Sub Sleep_DoEvents(msg As String, Optional Milliseconds As Long = 3000) Dim tc As Long Form1.Caption = msg tc = GetTickCount While GetTickCount < tc +…
code.txtTrying to create a com object for Interday data from Eikon com/.net API I initialize myAdxRtHist as follows: Dim WithEvents myAdxRtHist As ThomsonReuters.Interop.RTX.AdxRtHistory However I always get myAdxRtHist equal to nothing when i try to request the data as follows: The attached file has the function with the…
It looks like you're new here. Sign in or register to get started.