Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do you access dictionary keys? What's wrong with this? (I get runtime error "let not defined, get doesn't return object" or the other way around)
Sub Macro1() Dim dic As Object Dim s As String Set dic = CreateObject("Scripting.Dictionary") dic.Add "foo", "bar" s = dic.keys(0) End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Customizing a dictionary | Excel Worksheet Functions | |||
How to remove a word from dictionary? | Excel Discussion (Misc queries) | |||
dictionary function | Excel Programming | |||
Dictionary Functions | Excel Programming | |||
Dictionary objet | Excel Programming |