Search here for all the info you want in this Blog

Dictonary Object

Set dic = CreateObject("scripting.dictionary")
dic.Add "name","ravi"
dic.Add "add","bang"

MsgBox dic.Item("name")
MsgBox dic.Item("add")

No comments:

Post a Comment