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 Storing Context Information in Cells

Perhaps on a hidden sheet in the corresponding cell.

--
Regards,
Tom Ogilvy



"Drew Lettington" wrote:

I'm looking for a way to store some conext information in cells along with
their value. I want to use the context to control which options available in
a custom right-click menu. I was considering storing information in the ID
field but the information gets lost when the file is saved and re-opened. Is
there some other cell property where I can store information associated with
a cell that the user won't see?

- Drew