View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default asynchronous Procedure Calls

Robert,

I think Excel (in any single instance) is single-threaded, so I'm not surre
it supports true asynchronous calls.

Tim.

--
Tim Williams
Palo Alto, CA


"Robert Mulroney" '''' wrote in message
...
Can anyone point me to a good resource on writing asynchronous procedure
calls? I am particually interested to know if it is possible to do an
asynchronous call on the application.run("") procedure.

- Rm