Home All Groups Group Topic Archive Search About
Author
26 Feb 2007 3:24 AM
Jack
Hello,
          I am searching for Excel property similar to .Tag property to
store additional data in the Excel Spreadsheet not visible to the user.
That data will be different for each spreadsheet row.
How to do that?
Jack

Author
26 Feb 2007 5:42 AM
Michael C
"Jack" <replyto@it> wrote in message
news:elEuQWVWHHA.2256@TK2MSFTNGP02.phx.gbl...
> Hello,
>          I am searching for Excel property similar to .Tag property to
> store additional data in the Excel Spreadsheet not visible to the user.
> That data will be different for each spreadsheet row.
> How to do that?

What about adding a Comment? Not completely invisible to the user I know.


Show quoteHide quote
> Jack
>
Author
26 Feb 2007 6:00 AM
Jack
I tried that.
There is a small icon indicator when comment is set.
How to read back that comment ?
Thanks,
Jack
Show quoteHide quote
"Michael C" <nospam@nospam.com> wrote in message
news:ObMi4gWWHHA.1200@TK2MSFTNGP02.phx.gbl...
> "Jack" <replyto@it> wrote in message
> news:elEuQWVWHHA.2256@TK2MSFTNGP02.phx.gbl...
>> Hello,
>>          I am searching for Excel property similar to .Tag property to
>> store additional data in the Excel Spreadsheet not visible to the user.
>> That data will be different for each spreadsheet row.
>> How to do that?
>
> What about adding a Comment? Not completely invisible to the user I know.
>
>
>> Jack
>>
>
>
Author
26 Feb 2007 6:16 AM
Michael C
"Jack" <replyto@it> wrote in message
news:ePheftWWHHA.1208@TK2MSFTNGP03.phx.gbl...
>I tried that.
> There is a small icon indicator when comment is set.
> How to read back that comment ?

If Not Range.Comment Is Nothing then
    Range.Comment.Something I think.

Michael
Author
26 Feb 2007 9:34 AM
NickHK
Jack,
A Range has an ID property, that can be similar to a .Tag. Only Read/write
through code.
However, it is not stored with the WB.

NickHK

Show quoteHide quote
"Jack" <replyto@it> wrote in message
news:elEuQWVWHHA.2256@TK2MSFTNGP02.phx.gbl...
> Hello,
>           I am searching for Excel property similar to .Tag property to
> store additional data in the Excel Spreadsheet not visible to the user.
> That data will be different for each spreadsheet row.
> How to do that?
> Jack
>
>
Author
26 Feb 2007 6:40 PM
Brian
How about using a hidden column???  That has worked for me in the past.



Show quoteHide quote
"NickHK" <TungChe***@Invalid.com> wrote in message
news:eoMY7jYWHHA.4384@TK2MSFTNGP02.phx.gbl...
> Jack,
> A Range has an ID property, that can be similar to a .Tag. Only Read/write
> through code.
> However, it is not stored with the WB.
>
> NickHK
>
> "Jack" <replyto@it> wrote in message
> news:elEuQWVWHHA.2256@TK2MSFTNGP02.phx.gbl...
>> Hello,
>>           I am searching for Excel property similar to .Tag property to
>> store additional data in the Excel Spreadsheet not visible to the user.
>> That data will be different for each spreadsheet row.
>> How to do that?
>> Jack
>>
>>
>
>
Author
27 Feb 2007 3:16 AM
Jack
If the hidden column is used how that relates to the columns numbering?
Where can I read more about it?
Jack

Show quoteHide quote
"Brian" <bkstig***@usa.net> wrote in message
news:%23QLbJWdWHHA.5060@TK2MSFTNGP06.phx.gbl...
> How about using a hidden column???  That has worked for me in the past.
>
>
>
> "NickHK" <TungChe***@Invalid.com> wrote in message
> news:eoMY7jYWHHA.4384@TK2MSFTNGP02.phx.gbl...
>> Jack,
>> A Range has an ID property, that can be similar to a .Tag. Only
>> Read/write
>> through code.
>> However, it is not stored with the WB.
>>
>> NickHK
>>
>> "Jack" <replyto@it> wrote in message
>> news:elEuQWVWHHA.2256@TK2MSFTNGP02.phx.gbl...
>>> Hello,
>>>           I am searching for Excel property similar to .Tag property to
>>> store additional data in the Excel Spreadsheet not visible to the user.
>>> That data will be different for each spreadsheet row.
>>> How to do that?
>>> Jack
>>>
>>>
>>
>>
>
>
Author
27 Feb 2007 3:15 AM
Jack
Pity.
I need to store that value.
Jack

Show quoteHide quote
"NickHK" <TungChe***@Invalid.com> wrote in message
news:eoMY7jYWHHA.4384@TK2MSFTNGP02.phx.gbl...
> Jack,
> A Range has an ID property, that can be similar to a .Tag. Only Read/write
> through code.
> However, it is not stored with the WB.
>
> NickHK
>
> "Jack" <replyto@it> wrote in message
> news:elEuQWVWHHA.2256@TK2MSFTNGP02.phx.gbl...
>> Hello,
>>           I am searching for Excel property similar to .Tag property to
>> store additional data in the Excel Spreadsheet not visible to the user.
>> That data will be different for each spreadsheet row.
>> How to do that?
>> Jack
>>
>>
>
>
Author
27 Feb 2007 6:57 PM
Brian
The hidden column is accessed just like a visible column.  No difference.



Show quoteHide quote
"Jack" <replyto@it> wrote in message
news:OHdUV2hWHHA.3652@TK2MSFTNGP04.phx.gbl...
> Pity.
> I need to store that value.
> Jack
>
> "NickHK" <TungChe***@Invalid.com> wrote in message
> news:eoMY7jYWHHA.4384@TK2MSFTNGP02.phx.gbl...
>> Jack,
>> A Range has an ID property, that can be similar to a .Tag. Only
>> Read/write
>> through code.
>> However, it is not stored with the WB.
>>
>> NickHK
>>
>> "Jack" <replyto@it> wrote in message
>> news:elEuQWVWHHA.2256@TK2MSFTNGP02.phx.gbl...
>>> Hello,
>>>           I am searching for Excel property similar to .Tag property to
>>> store additional data in the Excel Spreadsheet not visible to the user.
>>> That data will be different for each spreadsheet row.
>>> How to do that?
>>> Jack
>>>
>>>
>>
>>
>
>
Author
28 Feb 2007 10:17 AM
Peter T
"Jack" <replyto@it> wrote in message
news:elEuQWVWHHA.2256@TK2MSFTNGP02.phx.gbl...
> Hello,
>           I am searching for Excel property similar to .Tag property to
> store additional data in the Excel Spreadsheet not visible to the user.
> That data will be different for each spreadsheet row.
> How to do that?
> Jack
>

You have been given ideas already such as comments, cell tags (don't persist
with save close), hidden column. Also columns per sheet on an xlVeryHidden
sheet, hidden Names for cells in a column, either as named cells "Row00123"
& "_myData" or named data "Row00123" refersto "my data", hidden textboxes
(named "Row00123" to move with cells) and no doubt more. Each method will
have advantages & disadvantages depending on your overall scenario.

With any method you'll need consider how to cater for user moving/deleting
cells in 'the' column, or entire rows, or deleting 'the' column, which would
delete some but not all of the various methods. The methods that are not
deleted could loose their original relationship with the row id.

It might be worth asking in .excel.programming but explain why you want to
store the data and how, if at all (eg protected) user might move or delete
cells/rows/columns.

Regards,
Peter T