Thread
:
Make VBA wait for return from external function
View Single Post
#
1
Posted to microsoft.public.excel.programming
Gib Bogle
external usenet poster
Posts: 4
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?
Reply With Quote
Gib Bogle
View Public Profile
Find all posts by Gib Bogle