Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Tom Ogilvy" wrote in message
... Each query definition should have a backgroundquery parameter. This is obviously set to True. You need to set it to false and your macro will wait for the query to complete. You could change it with this macro for each sh in ActiveWorkbook.Worksheets for each qt in sh.QueryTables qt.BackgroundQuery = False next Next Many thanks for the info Gents - got it running perfectly now. Cheers, Roger |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Separating sub procedures | Excel Discussion (Misc queries) | |||
Non-sequential VLOOKUP function -OR- sequential sort of web query | Excel Worksheet Functions | |||
Sequential names on Sequential pages | Excel Worksheet Functions | |||
VBA -- procedures as arguments? | Excel Programming | |||
Splitting Procedures | Excel Programming |