英文: excel autofilter where criteria is the cell value must not contain a letter or a number 问题 我有一个范...
在PowerPoint中更改形状对象(表格)内的字体大小。
英文: Changing font size within a Shape object (Table) in PowerPoint 问题 我正在尝试更改从Excel粘贴到PowerPoint的形状对...
Excel工作表调用模块
英文: Excel Worksheet to Call Modules 问题 所以我一直在苦苦思索如何让这个工作,它似乎不愿在工作表检测到更改时调用模块。我知道它正在检测到更改,因为一旦检测到更改,就...
如何控制 Outlook 签名的位置创建
英文: How to control where Outlook signature is created 问题 我使用类似于以下的VSTO C#代码创建Outlook签名: var signatur...
使用VBA将日期从.csv复制到.xlsx时,会交换日和月。
英文: Using VBA to copy dates from a .csv to a .xlsx switches the day and month 问题 我在Excel中使用VBA有很多经验,...
如何在不同的列中使用xLookup查找值以检查哪一个是重复的。
英文: How to xLookup values in different columns to check which one is duplicated 问题 I am trying to do...
VBA代码用于保护工作表但允许筛选。
英文: VBA code to protect worksheet but allow filtering 问题 以下是代码的中文翻译部分: Private Sub Workbook_Open() M...
Opening another excel file and copy the “specific” filtered columns to the current active workbook.
英文: Opening another excel file and copy the "specific" filtered columns to the current act...
我想为多列中的重复项编写一个Excel VBA。
英文: I would like to write an Excel VBA for the repeated itmes for several columns 问题 以下是代码部分的翻译: Sub...
如何在Excel VBA中提高调用API的速度。
英文: how to improve speed in calling an API from Excel VBA 问题 如果我在Excel VBA中每秒调用WorksheetFunction.Web...
75