Speeding up Excel simulations

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.
 
G

GS

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
 

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

Top