Re: $$Excel-Macros$$ Adding an Item to a Collection within a Dictionary

2012-01-30 Thread Sam Mathai Chacko
; > *From:* excel-macros@googlegroups.com [mailto: > excel-macros@googlegroups.com] *On Behalf Of *IF > *Sent:* Jan/Sat/2012 02:10 > *To:* excel-macros@googlegroups.com > *Subject:* $$Excel-Macros$$ Adding an Item to a Collection within a > Dictionary > > ** ** > > I am t

RE: $$Excel-Macros$$ Adding an Item to a Collection within a Dictionary

2012-01-30 Thread Rajan_Verma
Dim objDic as object Set objdic= CreateObject("Scripting.Dictionary") ObjDic.add Key,values From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of IF Sent: Jan/Sat/2012 02:10 To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Adding an

Re: $$Excel-Macros$$ Adding an Item to a Collection within a Dictionary

2012-01-29 Thread David Grugeon
A dictionary object has keys and items. It does not have collections AFAIK. Could you explain a bit more what you want? On 28 January 2012 06:39, IF wrote: > I am trying to add an item to a specific collection within a dictionary. > I am not sure how to do this. Any ideas? Thank you. > > --

Re: $$Excel-Macros$$ Adding an Item to a Collection within a Dictionary

2012-01-28 Thread Sam Mathai Chacko
Posting the code might help! Sam On Sat, Jan 28, 2012 at 2:09 AM, IF wrote: > I am trying to add an item to a specific collection within a dictionary. > I am not sure how to do this. Any ideas? Thank you. > > -- > FORUM RULES (986+ members already BANNED for violation) > > 1) Use concise, ac

$$Excel-Macros$$ Adding an Item to a Collection within a Dictionary

2012-01-28 Thread IF
I am trying to add an item to a specific collection within a dictionary. I am not sure how to do this. Any ideas? Thank you. -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Pr