英文: How can i map data from one file to another based on entering a date and searching for that valu...
如何从Visio中获取形状的X和Y坐标?
英文: How to get a shapes X and Y coordinate from Visio? 问题 大家好,我在一个Visio VBA项目中遇到了问题。我在一个工作表上有一个形状,并且...
VBA converting UK date format (dd/mm/yyyy) to American format mm/dd/yyyy) when pasting data
英文: VBA converting UK date format (dd/mm/yyyy) to American format mm/dd/yyyy) when pasting data 问题 I...
如何将带有动态值的函数插入到列中的每个单元格中
英文: How to Insert function w/ dynamic value into every cell in column 问题 我试图在未知行数的“F”列的每个单元格中粘贴并执行一个...
在一个索引的For循环中调用特定项。
英文: Calling a specific item in an indexed For loop 问题 在对象上进行迭代的 For Each 循环与在索引 For 循环中调用特定项之间的区别是什么...
后端 – 用于Excel宏的队列
英文: Backend - Queue for Excel Macro 问题 我有一个关于找到正确架构和解决以下问题的大问题: 我有一个VBA宏,从一个工作表中检索参数,计算一个算法(需要时间),然后...
VBA代码将图像从源Word文档复制到新的Word文档。
英文: VBA code to copy images from source Word document to a new Word document 问题 以下是翻译好的代码部分: 子复制图像到新...
确定在“类似”比较中模式的功能长度
英文: Determining the functional length of a pattern in a "Like" comparison 问题 有没有办法确定在“Like...
可以通过宏来显示 Excel 的窗口(例如“自定义排序”窗口)吗?
英文: Can a window of excel (for example "custom sort" window) appear by macro? 问题 我不想通过VBA对...
VBA代码未考虑文档中的JPEG/PNG图片。
英文: VBA code not accounting for the JPEG/PNG pictures in the document 问题 我的用例如下: 我想要一个宏来显示我的文档中所有图片的...
75