vba中如何调用字典

1.前期绑定

工具---引用---浏览---找到scrrun.dll---确定

dim d as new dictionary

2.后期绑定

dim d as object

set d=createobject("scripting.dictionary")

原文地址:https://www.cnblogs.com/lidapengwww/p/12577959.html