View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary Keramidas Gary Keramidas is offline
external usenet poster
 
Posts: 2,494
Default query after refresh question

inherited a workbook that runs a query when the date in cell B2 is changed. the
query was set up manually, no code.

i tried a QueryTable_AfterRefresh on the sheet the query exists, but it didn't
fire.

is there a way to tell when the query is finished?


--


Gary