vba - 将所有 excel 插件模块导出到 .bas 文件的最快方法是什么?

标签 vba module export excel-addins

我正在开发一个包含许多模块的大型 excel 插件。我需要将它们导出到 .bas 文件以使用 SVN 管理它们。我知道一个快速导出它们的热键, Ctrl+E .但是我的模块数量太多,我仍然会浪费太多时间来导出它们。
有谁知道更快的方法来做到这一点?

最佳答案

这是一个很棒的工具,应该可以满足您的需要
http://www.appspro.com/Utilities/CodeCleaner.htm
从他们的网站:

Export Code Files - This feature allows you to export all the code files from a project to the directory you specify without the need to perform a project cleaning.


如果您在查找菜单选项时遇到问题,请参阅上面的页面以获取信息:

You must set your security to trust access to Visual Basic projects in order to use the code cleaner.

In Excel 2007 the code cleaner can only be run from the VBE Tools menu. There will be no option to run the code cleaner from the new Excel 2007 Ribbon user interface.

关于vba - 将所有 excel 插件模块导出到 .bas 文件的最快方法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11362404/

相关文章:

MySQL 工作台 : How to export mysql database to . sql 文件?

vba - 如何使用 VBA 在图标下方制作带有标题的工具栏按钮?

vba - 忘记保存excel宏

excel - VBA 中的 Powerpoint 幻灯片计数变量

android - 在所有模块上运行 android checkstyle

javascript - 无法实例化 ng 应用程序

excel - 使用拆分功能将字符串转换为十进制

module - 未创建多个 Ansible 存档

javascript - 将 <div> 中的内容导出为 .docx 文件

import - 限制 DBeaver 中导出/导入的行数