Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table Refresh not working properly | Excel Discussion (Misc queries) | |||
Auto Refresh of Pivot Tables not working | Excel Worksheet Functions | |||
refresh option of pivot table not working | Excel Worksheet Functions | |||
External Data Refresh not working | Excel Discussion (Misc queries) | |||
Macro working in background ie not on activesheet | Excel Programming |