如何使用中央存储库通过 VBA 代码管理多个分布式工作簿
在 VBA for excel 中,我有多个依赖相同代码的工作簿。将它们全部更新是一件痛苦的事情。如何在运行时从网络文件夹导入模块,以便我可以保存更改一次,并让所有文件自动更新?
Within VBA for excel, I have multiple workbooks that rely on the same code. It’s a pain to update them all. How can I import modules from a network folder at runtime, so that I can save changes once, and have all the files auto update?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我想出的。如果您有改进我的实施的想法,请发表评论。如果您有自己认为更好的解决方案,请添加您自己的答案!谢谢!
在“ThisWorkook”模块中:
Here is what I came up with. If you have an idea to improve my implementation, please comment. If you have your own solution you think is better, please add your own answer! Thanks!
In the "ThisWorkook" module: