View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
milly milly is offline
external usenet poster
 
Posts: 9
Default Function call syncronized.

Hi all!
I have to syncronize 2 functions: that is, I have to wait a finish of one
function before launching the other.
the functions are api of another application, so I can't check the return
code.
Any idea?

milly