View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BW BW is offline
external usenet poster
 
Posts: 49
Default Retrieve the key (strings) in a Collection

Hi,

If i add items to a Collection using a key String identifers, but then loop
thru items in that Collection using an index, is there any way to retrieve
the corresponding key String associated with that index, or more generally is
it possible to retrieve the key Strings at all?

Thanks