Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to create a hashtable with key value pairs - where both key and
value are strings. How to do this using VBA? Thanks for any help! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You might try using a Dictionary object. Have a look at
http://www.cpearson.com/excel/Collec...ctionaries.htm for VBA utility procedures for Dictionaries and Collections. To use a dictionary, you'll need a reference (in VBA, Tools menu, References) to the "Microsoft Scripting Runtime" library. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com (email on the web site) "Dev" wrote in message ... I am trying to create a hashtable with key value pairs - where both key and value are strings. How to do this using VBA? Thanks for any help! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Store cell value and set to zero | Excel Discussion (Misc queries) | |||
store inventory sheet(ex:sports equipment store) | Excel Worksheet Functions | |||
store variable | Excel Programming | |||
Where to store macros? | Excel Discussion (Misc queries) | |||
Store Value after Calculation | Excel Programming |