I have an excel addon and a user defined function the formula of which does some computations. The results after executing the formula must be stored and retrieved when the same excel file opens again.
I am using a DataSet object to store the results from the formula at present. Is there a better way to do it by using some other data object ?
How can I go about doing it ?