VBA -Dictionary基本用法. 1.创建Dictionary. Set dict = CreateObject("Scripting.Dictionary"). 2.增加项目. dict.Add "A", 300 dict.Add "B", 400
確定! 回上一頁