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

2012-01-30 Thread Sam Mathai Chacko
OR, you probably are not intending a Dictionary object, but a collection object. Sam On Tue, Jan 31, 2012 at 12:39 AM, Rajan_Verma wrote: > Dim objDic as object > > Set objdic= CreateObject(“Scripting.Dictionary”) > > ObjDic.add Key,values > > ** ** > > *From:* excel-macros@googlegro

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 Item to a Colle

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