Speeding up Excel simulations

  • Thread starter Thread starter Tom Adams
  • Start date Start date
T

Tom Adams

I have a VB based Excel simulation that I want to speed up.

I have read that VB runs single thread.

Is there any good data on picking out a computer that will run VB
fast?

Any other pointers.

I plan to work on improving the algorithm, but I am also trying to
figure out how to pick the best hardware and take advantage of it.
 
I have a VB based Excel simulation that I want to speed up.
I have read that VB runs single thread.

Is there any good data on picking out a computer that will run VB
fast?

Any other pointers.

I plan to work on improving the algorithm, but I am also trying to
figure out how to pick the best hardware and take advantage of it.

Optimizing the code for best performance is going to make the biggest
difference. Post your code for more help...

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion
 
Back
Top