T
TANSTAAFL
I could do this in C or C++ but unfortunately I am working on a time
constrained project and I am crying uncle early.
In C I would created a array and accessed it with pointer. The array is
48 rows by 4 columns.
In VB I have written a function that I will be using about 45,000 times
in a large spreadsheet. Currently I read the values from a spreadsheet
one time each time the function is called, yuch!
I would like to read that once when the spreadsheet is loaded, the data
NEVER changes, and access it from the function, which I think will
speed up the recalculation. Any help would be appreciated.
Thanks Dave
constrained project and I am crying uncle early.
In C I would created a array and accessed it with pointer. The array is
48 rows by 4 columns.
In VB I have written a function that I will be using about 45,000 times
in a large spreadsheet. Currently I read the values from a spreadsheet
one time each time the function is called, yuch!
I would like to read that once when the spreadsheet is loaded, the data
NEVER changes, and access it from the function, which I think will
speed up the recalculation. Any help would be appreciated.
Thanks Dave