PC Review


Reply
Thread Tools Rate Thread

Cell ID property

 
 
PO
Guest
Posts: n/a
 
      17th Feb 2010
Excel 2003, sp2


Hi,

I'm using an add-in to retrieve data from a webservice. The data is "looped"
into a table in a worksheet. Typicaly the webservice returns 200 records.
I would like to store each records ROWSTAMP in column A so that the add-in
can retrieve additional information about that record if the user needs it
(and display the additional information in a msgbox). I do not however want
the rowstamp id to be displayed to the user.

Since the workbook already heavyly relies on ranged names I do not want to
use 200 additional range names to store this type of information. I'd also
rather not use a hiden column or cell comment, the cell.id property seems
like a much "cleaner" way to store this information as it is invisible to
the user.

The workbook will never be saved as a webpage. Are there any drawbacks using
the ID property in this way?

Regards
Pete


 
Reply With Quote
 
 
 
 
Peter T
Guest
Posts: n/a
 
      17th Feb 2010
That should be fine as long as you only need those rowstamps in the current
workbook session. IOW the cell's ID property does not get saved.

Regards,
Peter T

"PO" <h> wrote in message news:%(E-Mail Removed)...
> Excel 2003, sp2
>
>
> Hi,
>
> I'm using an add-in to retrieve data from a webservice. The data is
> "looped" into a table in a worksheet. Typicaly the webservice returns 200
> records.
> I would like to store each records ROWSTAMP in column A so that the add-in
> can retrieve additional information about that record if the user needs it
> (and display the additional information in a msgbox). I do not however
> want the rowstamp id to be displayed to the user.
>
> Since the workbook already heavyly relies on ranged names I do not want to
> use 200 additional range names to store this type of information. I'd also
> rather not use a hiden column or cell comment, the cell.id property seems
> like a much "cleaner" way to store this information as it is invisible to
> the user.
>
> The workbook will never be saved as a webpage. Are there any drawbacks
> using the ID property in this way?
>
> Regards
> Pete
>
>



 
Reply With Quote
 
PO
Guest
Posts: n/a
 
      17th Feb 2010
Too bad. Being able to save the rowstamp between sessions is critical. Is
there another way, besides using named ranges, hiden columns or comments to
store the rowstamp value?

Regards
Pete


"Peter T" <peter_t@discussions> skrev i meddelandet
news:(E-Mail Removed)...
> That should be fine as long as you only need those rowstamps in the
> current workbook session. IOW the cell's ID property does not get saved.
>
> Regards,
> Peter T
>
> "PO" <h> wrote in message news:%(E-Mail Removed)...
>> Excel 2003, sp2
>>
>>
>> Hi,
>>
>> I'm using an add-in to retrieve data from a webservice. The data is
>> "looped" into a table in a worksheet. Typicaly the webservice returns 200
>> records.
>> I would like to store each records ROWSTAMP in column A so that the
>> add-in can retrieve additional information about that record if the user
>> needs it (and display the additional information in a msgbox). I do not
>> however want the rowstamp id to be displayed to the user.
>>
>> Since the workbook already heavyly relies on ranged names I do not want
>> to use 200 additional range names to store this type of information. I'd
>> also rather not use a hiden column or cell comment, the cell.id property
>> seems like a much "cleaner" way to store this information as it is
>> invisible to the user.
>>
>> The workbook will never be saved as a webpage. Are there any drawbacks
>> using the ID property in this way?
>>
>> Regards
>> Pete
>>
>>

>
>



 
Reply With Quote
 
Peter T
Guest
Posts: n/a
 
      18th Feb 2010
What about an xlVeryHidden sheet.
Bearing in mind nothing in Excel can be completely hidden from the
experienced user, maybe you can obfuscate your data.
You say you have an addin, you could save the data on a sheet in your own
addin
Save the data to a text file

Regards,
Peter T

"PO" <h> wrote in message news:%(E-Mail Removed)...
> Too bad. Being able to save the rowstamp between sessions is critical. Is
> there another way, besides using named ranges, hiden columns or comments
> to store the rowstamp value?
>
> Regards
> Pete
>
>
> "Peter T" <peter_t@discussions> skrev i meddelandet
> news:(E-Mail Removed)...
>> That should be fine as long as you only need those rowstamps in the
>> current workbook session. IOW the cell's ID property does not get saved.
>>
>> Regards,
>> Peter T
>>
>> "PO" <h> wrote in message news:%(E-Mail Removed)...
>>> Excel 2003, sp2
>>>
>>>
>>> Hi,
>>>
>>> I'm using an add-in to retrieve data from a webservice. The data is
>>> "looped" into a table in a worksheet. Typicaly the webservice returns
>>> 200 records.
>>> I would like to store each records ROWSTAMP in column A so that the
>>> add-in can retrieve additional information about that record if the user
>>> needs it (and display the additional information in a msgbox). I do not
>>> however want the rowstamp id to be displayed to the user.
>>>
>>> Since the workbook already heavyly relies on ranged names I do not want
>>> to use 200 additional range names to store this type of information. I'd
>>> also rather not use a hiden column or cell comment, the cell.id property
>>> seems like a much "cleaner" way to store this information as it is
>>> invisible to the user.
>>>
>>> The workbook will never be saved as a webpage. Are there any drawbacks
>>> using the ID property in this way?
>>>
>>> Regards
>>> Pete
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Property of a cell with a string Slim Slender Microsoft Excel Programming 3 30th Jan 2011 02:17 AM
Custom property of a cell.....how? =?Utf-8?B?TWFj?= Microsoft Excel Programming 2 19th Nov 2007 05:10 PM
Cell Property Paul Lee Microsoft Excel Misc 1 21st Oct 2003 12:29 AM
Can't change in-cell dropdown property of cell... Wexler Microsoft Excel Programming 0 30th Sep 2003 04:34 PM
Re: how set cell property to not print? Gord Dibben Microsoft Excel Misc 0 19th Jul 2003 12:19 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:13 PM.