HAVING ISSUES WITH EIKON EXCEL VBA

Sufiya_Ali12345678
edited June 13 in Eikon COM

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @Sufiya_Ali12345678

    Thank you reaching out to us.

    For the Workspace, the function name has been changed to WorkspaceRefreshSelection.

    I tested it with this code and it works fine.

    Sub WSRefreshSelection()
    functioncnt = Application.Run("WorkspaceRefreshSelection", True, 120000, "'Sheet1'!$A$1")
    MsgBox functioncnt, vbInformation, "Functions Results"

    End Sub
    image.png

    You can try the attached file.

    If it doesn't work, please contact the LSEG Workspace Excel support team directly via https://support.lseg.com/ to investigate this issue.