View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] chris_culley@yahoo.com is offline
external usenet poster
 
Posts: 31
Default multithreading / distributing excel code

I'm fairly sure I know the answer to this (ie no)... but.. I've
inherited a vba coded market risk model which takes a looong (hours) to
run which I'd like to speed up.

Is it possible to multithread vba?

Is it possible to distribute over more than one machine?

I suspect that these are both impossible in vba, but is there any
support available which won't need a rewrite in some other language?

Cheers

Chris