英文: Lookup and see two different cell and then copy 问题 我的查询是: 我需要一个宏,用于 IF A9 = "GBP" AND ...
Google Excel 日期跨越两列
英文: Google Excel Date to Span two columns 问题 2023 七月 任务 周六 周日 周一 周二 周三 ABC 01 02 03 04 05 阅读 音乐 绘画 上...
Excel 和 CSV 之间的区别是什么?
英文: What is the difference between Excel and CSV? 问题 我正在学习Python。现在我正在尝试使用pandas库将数据存储到.csv文件中。 我知道c...
将查询数据加载到工作表中使用 VBA。
英文: Load query data into worksheet with VBA 问题 I have translated the code portion of your text as re...
大于运算符对某些数字为什么无法正常工作?
英文: Why is the greater than operator is not working properly for some numbers? 问题 以下是您代码的翻译部分: 私有子 C...
列出所有文件夹内容(递归)
英文: Tabulate All Folder Contents Recursively 问题 背景 我正在比较同一驱动器的本地版本和OneDrive版本,以便识别同步中的差异。总共有近20,000个...
将Excel中的时间从24小时制转换为12小时制
英文: Converting Excel values from 24h to 12h 问题 我有一系列需要转换的时间,目前它们在两列(J和K)中,我需要它们放在一个单独的列中,以12小时制显示。 例...
Excel VBA 数组在每次调用子程序时都会被清空。
英文: Excel VBA Array is getting cleared every time a Subroutine is called 问题 I am using Excel VBA to ...
我的代码出现错误,我不知道为什么。
英文: My code have an error and I don't know why 问题 在代码的这一部分:Set celdaB = ws.Cells(preguntaRow, &a...
VBA从另一个工作表的多个条目中获取精确匹配,返回真/假。
英文: VBA get exact match from multiple entries on another sheet return true/false 问题 我尝试使用索引/匹配、VLOOK...
118