英文: Querying from another Excel or Access database 问题 Hi,我目前在Excel文件中有两个工作表,其中一个充当我们销售的所有产品的数据库,包含“产...
重置所有对活动工作表的控制。
英文: Reset all control on ActiveSheet 问题 我需要将Activesheet上的所有控件(不是用户窗体)重置为null。 我尝试使用OLEObject或Control...
在(自定义右键菜单)中添加一个图标,Application.ShortcutMenus。
英文: Add an icon to (custom right_click menu) , Application.ShortcutMenus 问题 我正在使用这段代码来将条目添加到Excel右键单...
Is there a known problem with using .UsedRange to reset the range in Excel, when the parent is a Worksheet object?
英文: Is there a known problem with using .UsedRange to reset the range in Excel, when the parent is a...
获取一个月内所有的星期一,然后将其乘以工作小时如何做到?
英文: VBA - How can I get all Mondays in a month then multiply to working hours? 问题 我试图弄清楚如何计算一个月中星期一的...
隐藏列而不使用循环
英文: Hiding columns without using a loop 问题 我有一个使用For循环根据单元格值隐藏列的代码。这段代码在工作簿中的7个工作表中使用,该工作簿总共有17个工作表(...
使用”Like”运算符打开Excel工作簿 | VBA
英文: Using Like operator to open Excel workbooks | VBA 问题 感谢您抽出时间阅读这个内容。 我正在尝试使用LIKE运算符打开工作簿。之前我使用了下面...
将逗号分隔的字符串转换为数组以进行文本转换
英文: Convert Comma Separated String to Array for Text Conversion 问题 我创建了一个应用程序[在Access中],用于将文本文件转换为Ex...
使用VBA更改“使用特定回复进行服务器回复”的操作中的电子邮件文本。
英文: Changing the email text in an "have server reply using specific reply" action with vba...
我的VBA代码用于在不同的工作表中分离筛选器,但创建了空的工作表。
英文: My VBA code to separate a filter in different worksheets is creating empty worksheets 问题 Sub um_...
75