Custom property of a cell.....how?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need my cells to to have data attached (like a string of values), this data
will differ from cell to cell; how do I do this? I believe there's no such
thing as a 'custom property' placeholder...could I use 'Comment' for this? Or
is there a better way? Or a code sample? Thanx a lot!
 
Comments is a good idea. You can use SpecialCells to find them and then
search the comments for keywords.
 
Hit alt+F11 to go to the ide and in the search box put customproperty, there
is a good example in there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top