View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default 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!!