vba中如何调用字典

1.前期绑定

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

dim d as new dictionary

2.后期绑定

dim d as object

set d=createobject("scripting.dictionary")

posted @ 2020-03-26 22:27  TryMyBest!  阅读(2226)  评论(0编辑  收藏  举报