View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
isabelle isabelle is offline
external usenet poster
 
Posts: 587
Default Determining if a query is refreshing

hi,

If ActiveSheet.QueryTables(1).BackgroundQuery Then


--
isabelle



Le 2011-10-10 15:11, hutteto a écrit :
Hey,

In VBA, how would you determine if a query is currently refreshing?

Thanks