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.
我在 Excel VBA 中编写了一个简单的 UDF。我将它保存为加载项并将其导入,以便我可以像使用任何其他 Excel 函数一样使用该函数。但是,每当我打开 Excel 工作簿和随后的 VBA 窗口以创建宏时,我编写的模块就会显示在 Project Explorer 窗口中,其代码会显示在编码窗口中。
每次打开 VBA 时有什么方法可以隐藏或不显示?
如果您需要更多信息,请告诉我。提前致谢!