How do I store program state information in a saved excel file from an application-level add-in?

Posted by Jack on Stack Overflow See other posts from Stack Overflow or by Jack
Published on 2010-05-07T18:18:42Z Indexed on 2010/05/07 19:48 UTC
Read the original article Hit count: 137

Filed under:
|
|

I'm trying to make an application-level add-in for Excel and I would like to store certain information about the program's state. The information I want to store pertains to the state of each Excel file (rather than across all Excel files).

© Stack Overflow or respective owner

Related posts about excel

Related posts about .NET