View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] gappodi@hotmail.com is offline
external usenet poster
 
Posts: 3
Default Saving user specific binary data

Hello,

I am creating some objects and data structures in my add-in code while
working with Excel. I need to save the state of these objects with the
workbook so that these objects can be brought back in memory when the
workbook is opened.

Currently I am saving the state as binary data in a hidden sheet in
cells.

Is there a place holder in the Excel Format to save such binary data?

Regds
Gap