View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Thorsten Walenzyk Thorsten Walenzyk is offline
external usenet poster
 
Posts: 10
Default How to store additional attributes for a cell

Hi all,

I'm looking for a possibility to store some additional attributes for the
cells in my sheet.
My VBA script needs some data for later decission making.
The additional data should not be displayed for to the user.

Does a Cell object has a property which I can use for that purpose?

Thanks a lot, Thorsten