Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 excel vba 在使用范围内的所有单元格的公式中查找工作表名,并将工作表名替换为另一个工作表名。将要替换的工作表名新工作表名都分别保存在 A1 和 A2 等单元格中。
有类似的帖子,但不一样。
为什么不直接使用简单的 ExcelSearch and Replace例程?
Search and Replace
Home
Find & Select
Replace...
'
Replace All
如果您别无选择,只能使用 VBA - 遵循 @Tim W. 的建议并使用宏记录器记录上述步骤。祝你好运!