Thread
:
ActiveWorkbook.RefreshAll waiting time
View Single Post
#
2
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 4
ActiveWorkbook.RefreshAll waiting time
You could try the one-liner
DoEvents
or - for 10 seconds -
Application.Wait Now + TimeValue("00:00:10")
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]