Initialise the registry values in a array and retrive the values asrequired

S

Subodh

I have some data that are calculated once in an array.
Now, as the calculations are very time consuming, so i won't like to
perform the calculations again.
So, for the first time the workbook is opened, it should do the
calculations and then proceed with other
operations in the code that uses the numbers inserted in the array.
And, for the next time onwards, it should not do the calculations (as
i want to have the numbers already in an array), it should only do the
operations after the calculations.
This saves time significantly as the time consuming calculations are
not performed each time.
But, as i distribute the workbook to many users on different
computers, it should first check the computer if the values are there
in registry
and if not it should do the calculation else retrive data from the
registry.
T0 large numbers of data, lets say 10000 into registry is also a
problem, i felt
Further, I wonder if there is any alternative way to solve the
problem.
Any tips in this regard will be appreciated.
 

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