怎么去掉word文档中100以下的数字

word

1个回答

写回答

郝晶

2025-09-25 07:50

+ 关注

word
word

工具--宏--Visual Basic 编辑器

插入--模块

插入--过程

然后在过程中写入下面的语句With Selection.Find .Execute findtext:=[0-9]@, _ MatchWholeword:=True, MatchWildcards:=True, _ Forward:=True, replacewith:=, Replace:=wdReplaceAllEnd With

举报有用(4分享收藏

Copyright © 2025 IZhiDa.com All Rights Reserved.

知答 版权所有 粤ICP备2023042255号