Rotifer / VBA

Excel VBA code
29 stars 13 forks source link

Just browsing and say your KeyValueMap class, did you know Microsoft have a dictionary class available for VBA #1

Closed smeaden closed 9 years ago

smeaden commented 9 years ago

Just browsing and say your KeyValueMap class, did you know Microsoft have a dictionary class available for VBA?

Go to Tools->References->Microsoft Scripting Runtime,

Then you can create with

Dim dicDNAScienceStuff as Scripting.Dictionary set dicDNAScienceStuff =new Scripting.Dictionary

Hope this helps. Good luck with your clever science stuff!