View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] brian.baulsom@gmail.com is offline
external usenet poster
 
Posts: 4
Default ActiveWorkbook.RefreshAll waiting time

You could try the one-liner
DoEvents
or - for 10 seconds -
Application.Wait Now + TimeValue("00:00:10")