Multithreading in Excel

P

Paul

I am looking for an an application that addresses multithreading in Excel.
Can anyone help me with a source?
 
B

Bob Phillips

Assuming that you mean within VBA, there are many articles around that will
tell you that although it may be possible, it is not advisable. It is not
stable, and you will see many crashes along the way.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
B

Bob Phillips

In that case I suggest you google on threading Excel C++ and I think you
will find many leads.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top