make my VBA program faster

N

Neil

I have a vba program that works with an excel file. It
used to be really slow b/c the vba program accessed data
in the excel sheet cell by cell. I greatly improved the
speed by using arrays when inputing into and out of the
sheet. I want to make the vba program faster. How can I do
this.

Thank you.
 
F

Frank Kabel

Hi
without posting the relevant part of your code this is difficult to
say. Some ideas:
- disable screenupdating
- disable automatic calculation
while running the macro
 

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