Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 VBA .xla 文件,其中包含
readDiagram()
为了让接口函数看到实现,实现函数必须声明为public. 但是,这意味着在另一个项目中引用 .xla 时,可以从该项目中看到所有实现功能,这是不可取的。有没有办法将 .xla 分成更多模块,同时只让整个 .xla 的一个功能对外界可见?
public
在所有实现 Subs 中,将此作为第一行
Option Private Module