View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bernie Deitrick Bernie Deitrick is offline
external usenet poster
 
Posts: 5,441
Default Using SMP on VBA over Excel

Get a faster machine with more memory, or split your data sets so that multiple machines can be
used. There is nothing that you can do from VBA.

HTH,
Bernie
MS Excel MVP


"nGeeN" wrote in message
...
Hi. I work with a lot of numbers, not hard math operations, but a very large
amount of numbers. Is there any way to use both cores of my Core 2 Duo
processor in order to speed my programs up?

Thanks a lot 4 your help.