How to perisist object in Excel
I think you would have to write it out where it would be stored as data, then
read in the data and reconstruct the "object".
In any event, I doubt there is any built in support for it - you would have
to do all the work.
--
Regards,
Tom Ogilvy
"Dev" wrote:
How to persist the object between different sessions within Excel.
I am creating an application which is addin to Excel. When ever I close
Excel application, I want to store the object that I created so far - so
that, I can read it back when I reopen the same Excel file that I closed
earlier. Is it doable using Excel OM?
Thanks!!
|