Sub Something()
If Application.WorksheetFunction.CountIf(Range(Cells(5, 5), Cells(lastRow, 8)), "#N/A Requesting Data...") > 0 Then
Application.OnTime Now + TimeValue("00:00:30"), "Something"
Exit Sub
End If
End Sub
The code as is keeps delaying
Source: Bloomberg API best practices
No comments:
Post a Comment