I'm having difficulty with including the workbook name on "WorkspaceRefreshWorksheet". I'm using:
Sub WSRefreshSheet() DoEvents Application.Run "WorkspaceRefreshWorksheet", True, 120000, "[Book1]Sheet1" DoEvents End Sub
But it doesn't run unless I remove the Workbook name ([Book1]). Works perfectly fine if only "Sheet1" is on.
"[Book1]Sheet1" runs well on Eikon via the "EikonRefreshWorksheet" function but seems to be bugged on Workspace. Is there something wrong with the VBA code or is "WorkspaceRefreshWorksheet" bugged?
Thanks in advance!