Excel - 在引用 vbscript.dll 后使用正则表达式查找和替换

Excel - use Find and Replace with regular expressions after referencing vbscript.dll

这里有人建议可以在ExcelHow to use Regular Expressions (Regex) in Microsoft Excel both in-cell and loops

中添加正则表达式

在我跳到使正则表达式工作所需的额外步骤之前,我很想知道我是否能够通过内置的“查找和替换”对话框使用正则表达式 在 Excel 2013/2016 中,如果我按照上述步骤操作?

我知道我可以在 Excel 中使用通配符 *,但不确定如果我启用正则表达式还有其他选项可用。

否 - 引用正则表达式库后,您将能够在 VBA 代码中使用正则表达式,但“查找和替换”对话框中不会有任何新选项: