View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert Mooney Robert Mooney is offline
external usenet poster
 
Posts: 1
Default variable stored in Excel - read only from VBA

I thought I read that there was a way to store data in an xls file - this data was only readable from within VBA. The data was stored and retrieved via key-value pair.

For example: "totalOpened", 356

I can't find the documentation on this now. Did I imagine this?

Bob Mooney