View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
palo palo is offline
external usenet poster
 
Posts: 13
Default Does VBA support multi-thread?

If VB6 support multithread, Can I to associate VB6 and VBA?

"RB Smissaert" wrote:

Unless you want to get into some seriously complicated programming (and a
lot of trouble) you can't.

RBS


"palo" wrote in message
...
I have a workbook with too many rows and columns of data. My macro run very
slowly. Can I use multithread in VBA? Thanks