View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David Macqueen David Macqueen is offline
external usenet poster
 
Posts: 1
Default waiting for data refresh before continuing VBA sub

I want to open a workbook, update the data from Access
using MS Query, then saveas the workbook with a new name.
Excel wants to run the sub without waiting for the
refreshed data.

Is there any way to get the VBA to recognise that the
refresh has finished and then continue with sub?