G
GorKo
I attempt to referesh column using the query and it is not happening
as long as macro is running so I can not combine this macro with
following one, what do I do wrong?
Sub UpdateSafety()
'
' UpdateSafety Macro
' Macro recorded 5/4/2007 by dispatch
'
Sheets("Review").Select
Range("A1").Select
Selection.QueryTable.Refresh BackgroundQuery:=True
Application.Wait Now + TimeSerial(0, 0, 10)
Sheets("ISC METS").Select
Range("A6").Select
End Sub
as long as macro is running so I can not combine this macro with
following one, what do I do wrong?
Sub UpdateSafety()
'
' UpdateSafety Macro
' Macro recorded 5/4/2007 by dispatch
'
Sheets("Review").Select
Range("A1").Select
Selection.QueryTable.Refresh BackgroundQuery:=True
Application.Wait Now + TimeSerial(0, 0, 10)
Sheets("ISC METS").Select
Range("A6").Select
End Sub