Hi Guys,
If you are using VB to manipulate Excel data, is it efficient to load the values into arrays first. I have found that in this particular exercise that I am doing it is much easy to do this rather than continually referencing cells. Also, if you refer to a cell value often, is it more efficient to load it into a variable. Given how quickly computers run, it often strikes me how slowly Excel runs through loops that heavily access cells.
Many thanks for your thoughts.
Ig
If you are using VB to manipulate Excel data, is it efficient to load the values into arrays first. I have found that in this particular exercise that I am doing it is much easy to do this rather than continually referencing cells. Also, if you refer to a cell value often, is it more efficient to load it into a variable. Given how quickly computers run, it often strikes me how slowly Excel runs through loops that heavily access cells.
Many thanks for your thoughts.
Ig