View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Venu Venu is offline
external usenet poster
 
Posts: 10
Default Synchronizing VBA Script

How can I force the VBA script in Excel to wait till an Excel add-in function
completes retrieving data asynchronously from an external data source. I
tried Msgbox statement; but the OK button becomes active before the data
retrieval is completed.