View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gib Bogle Gib Bogle is offline
external usenet poster
 
Posts: 4
Default Make VBA wait for return from external function

When a function in a DLL (maybe created with C or Fortran) is called
from VBA, execution of the VBA code continues without waiting for the
called function to return. Is there a way to make VBA wait?