View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TBD TBD is offline
external usenet poster
 
Posts: 41
Default Do cells have a string-property I can use to store "stuff" wit

Hi macropod,
Good suggestion! (however...) All the cells for which I need to store
"stuff" already have comments - text presented to the user on cell-select. I
haven't looked into whether one cell can have multiple comments; in that case
a second comment could serve my purpose. Will look into it - Thanks!

Cheers
"macropod" wrote:

Hi tbd,

You can add a comment to a cell, and you can make comments invisible, show an indicator to evidence their presence, or you can
display them.

--
Cheers
macropod
[Microsoft MVP - Word]


"tbd" wrote in message ...
Greetings,
Am currently seeking a way to store date,row,col info WITH each cell.
Q. Do cells have a user-defined (string) property?

This question grows out of a need to simplify associating a cell with
some other detail. For more detail, please see my previous post!

Thanks/Cheers!