Multi-threading in VBA

  • Thread starter Thread starter hamishd
  • Start date Start date
H

hamishd

Hi,

Is multi-threading and call-back functions possible in VBA? Or even
VB?

Thanks
 
Multi-threading is not possible in VBA. A called back function is supported
(e.g., a TimerProc for the SetTimer API function) using the AddressOf
operator, but a function in VBA cannot call a called back function.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel, 10 Years
Pearson Software Consulting
www.cpearson.com
(email on the web site)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top