英文: MS Word VBA to check for empty text form fields upon file close/exit 问题 需要在文件退出或关闭时运行MS Word宏,以检...
遍历Outlook表格的行并为每一行更改(Text To Display)为递增数字。
英文: Loop through rows of a table on outlook and change (Text To Display) to an ascending number per ...
根据其他列的单元格颜色求和。
英文: Sum cells by colors based on other colum cells 问题 我想要对具有相同颜色的单元格求和。我知道有一些VBA函数可以做到这一点。但我的问题有点特殊。...
如何将Excel中多单元格数组公式的结果放入VBA中的数组?
英文: How can I put the result of a multi cell array formula in Excel into an array in VBA? 问题 我有一个相对复...
如何选择所有名称中包含特定单词的形状?
英文: how to select all shape with a specific word in their name 问题 选择并隐藏所有名称中包含特定单词的形状。 你好, 我正在使用Exce...
Medication 15 days per column in Excel
英文: Medication 15 days per column in Excel 问题 Days January February March April May June July August...
如何修复使用column.insert在我的VBA宏中添加列引起的问题?
英文: How can I fix the issues caused by using column.insert to add a column in my VBA macro? 问题 请帮助我理...
搜索日期每次都返回空值(但日期以日期格式存在)
英文: Search for date returns nothing every time (but date is there, in date format) 问题 这是要翻译的内容: 我有一些...
修改我的”Class Mouse Over”模块,使其适用于所有用户窗体。
英文: Modify my Class Mouse Over module to work with all userforms 问题 创建一个按钮的MouseOver事件模块类,可用于所有用户窗体 ...
在VBA中,如何向我的注释对象添加超链接?
英文: In VBA, how do I add a hyperlink to my comment object? 问题 I am trying to create macros in Word t...
75