Tagging a Cell

  • Thread starter Thread starter Syed Zeeshan Haider
  • Start date Start date
S

Syed Zeeshan Haider

Hello Experts,
I have Excel 97 Pro on Win98SE.

Is there anyway of tagging a cell for VB to recognize it? I want this
tagging work like the Tag Property of VB controls.

Thank you,
 
A few of ways that I know how:

Give the cell a unique form of formatting.
Use the Range.ID property (this is not really for Tagging purposes but
should work)

I also believe there is a way using Input messages of Data Validation,
though I've never tried it.
 
IIRC, that range.id was added after xl97. (It's in xl2002--I don't think it's
in xl2k--but that's a guess!)

And if you save/close that workbook, that .id property is lost.

Maybe keeping the info in a hidden sheet or a hidden worksheet name would work
for the OP.
 
I'm running Excel 2000.

You're right!
ID is lost after the workbook closes.
 
And thanks for your correction (that it was added in xl2k).

(It might sink in if I hear it enough!)
 

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