A
Asin
I want to mark some cells with a tag that isn't displayed to the user.
Something like the ID attribute in an HTML tag.
However, when I try to use Selection.Range.Cells(1).ID = "something", the ID
doesn't persist between document sessions. That is, when I close and reopen
the document, even with a save, it is no longer set. This is evidenced with
another macro which has the following code:
MsgBox (Selection.Range.Cells(1).ID)
Any help with this is greatly appreciated.
Something like the ID attribute in an HTML tag.
However, when I try to use Selection.Range.Cells(1).ID = "something", the ID
doesn't persist between document sessions. That is, when I close and reopen
the document, even with a save, it is no longer set. This is evidenced with
another macro which has the following code:
MsgBox (Selection.Range.Cells(1).ID)
Any help with this is greatly appreciated.