View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Matt Cromer[_2_] Matt Cromer[_2_] is offline
external usenet poster
 
Posts: 1
Default ActiveWorkbook.RefreshAll

I would like to gve the RefreshAll 5 seconds to complete before performing
the next actions. Is this possible?

Thanks

ActiveWorkbook.RefreshAll

Sheets("Data").Select
Sheets("Data").Copy
Cells.Select
Selection.Copy
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone,
SkipBlanks _
:=False, Transpose:=False