Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tektipwfkm

  1. tektipwfkm

    How to get keys from dictionary?

    Thanks for your help! But in AttachMate Extra! Macro Editor V6.7, it can not run correctly. ' ********************************* Dim dic As Object Dim keyColl, i Set dic = CreateObject("Scripting.Dictionary") dic.Add "a", "1" dic.Add "b", "2" dic.Add "c", "3" keyColl = dic.Keys For i = 0...
  2. tektipwfkm

    How to get keys from dictionary?

    Dim dic As Object Dim keyColl As Object Set dic = CreateObject("Scripting.Dictionary") dic.Add "a", "1" dic.Add "b", "2" dic.Add "c", "3" keyColl = dic.Keys ' Prompt "Object method returned an unsupported data type" How to get keys collection from dictionary?

Part and Inventory Search

Back
Top