英文: How can I use VBA to close Workbooks opened in a separate instance of Excel? 问题 我有一个Excel文件,其中运行...
段落样式复制/重命名
英文: Paragraph style copy/renaming 问题 我有一堆文档,它们的格式是X标题Y(BT标题1,BT标题2,BT标题3),而不是标题1,标题2,标题3)... 所以它们不会显...
VBA运行时错误’91’用于Excel工作表导入。
英文: VBA run-time error '91' for excel worksheet imports 问题 以下是您提供的 VBA 代码的中文翻译: 选项 显式 Sub IM...
导入 Word 表格保留格式,但会拆分单元格内容。
英文: Imports Word tables preserving format, but it splits the content of cells 问题 我有一个VBA宏,它可以导入Word表...
如果在特定单元格范围内出现“除了正数以外的任何内容”,则停止宏。
英文: If "anything other than a positive number" in a specific range of cells, stop macro 问题...
如何告诉Excel宏在当前工作表上的行数不足时开始一个新工作表?
英文: How do you tell an Excel macro to start a new sheet if there are insufficient rows left on the c...
Is there a way in Excel to read through 3 columns simultaneously and add the count of specific occurrences in a new column? (Complex, see description)
英文: Is there a way in Excel to read through 3 columns simultaneously and add the count of specific o...
不匹配错误 13 在输入单个值时的 Ubound 中。
英文: Mismatch error 13 in Ubound when entering a single value 问题 我的代码按照我的预期工作,但当我需要输入单个值时,它显示错误13,我真的...
有方法修复这段代码以防止运行时错误吗?
英文: Is there a way to fix this code to prevent runtime error? 问题 代码应该插入到一个名为log_time_tbl的表中。 log_tim...
如何自动设置Excel VBA引用?
英文: How to Automatically set Excel VBA References? 问题 我理解我的脚本中使用的引用需要额外的引用才能运行我正在使用的所有函数,但现在我需要与许多其他...
75