全角符号替换为半角符号的宏替换代码

上传人:kms****20 文档编号:40575070 上传时间:2018-05-26 格式:DOC 页数:15 大小:45KB
返回 下载 相关 举报
全角符号替换为半角符号的宏替换代码_第1页
第1页 / 共15页
全角符号替换为半角符号的宏替换代码_第2页
第2页 / 共15页
全角符号替换为半角符号的宏替换代码_第3页
第3页 / 共15页
全角符号替换为半角符号的宏替换代码_第4页
第4页 / 共15页
全角符号替换为半角符号的宏替换代码_第5页
第5页 / 共15页
点击查看更多>>
资源描述

《全角符号替换为半角符号的宏替换代码》由会员分享,可在线阅读,更多相关《全角符号替换为半角符号的宏替换代码(15页珍藏版)》请在金锄头文库上搜索。

1、全角符号替换为半角符号的宏替换代码全角符号替换为半角符号的宏替换代码Selection.Find.ClearFormattingSelection.Find.Replacement.ClearFormattingWith Selection.Find.Text = “ “.Replacement.Text = “ “.Forward = True.Wrap = wdFindContinue.Format = False.MatchCase = False.MatchWholeWord = False.MatchByte = True.MatchWildcards = False.MatchSo

2、undsLike = False.MatchAllWordForms = FalseEnd WithSelection.Find.Replacement.ClearFormattingWith Selection.Find.Text = “ “.Replacement.Text = “ “.Forward = True.Wrap = wdFindContinue.Format = False.MatchCase = False.MatchWholeWord = False.MatchByte = True.MatchWildcards = False.MatchSoundsLike = Fal

3、se.MatchAllWordForms = FalseEnd WithSelection.Find.Replacement.ClearFormattingWith Selection.Find.Text = “ “.Replacement.Text = “ “.Forward = True.Wrap = wdFindContinue.Format = False.MatchCase = False.MatchWholeWord = False.MatchByte = True.MatchWildcards = False.MatchSoundsLike = False.MatchAllWor

4、dForms = FalseEnd WithApplication.WindowState = wdWindowStateNormalSelection.Find.ClearFormattingSelection.Find.Replacement.ClearFormattingWith Selection.Find.Text = “,“.Replacement.Text = “ “.Forward = True.Wrap = wdFindContinue.Format = False.MatchCase = False.MatchWholeWord = False.MatchByte = Tr

5、ue.MatchWildcards = False.MatchSoundsLike = False.MatchAllWordForms = FalseEnd WithSelection.Find.Execute Replace:=wdReplaceAllWith Selection.Find.Text = “。“.Replacement.Text = “ “.Forward = True.Wrap = wdFindContinue.Format = False.MatchCase = False.MatchWholeWord = False.MatchByte = True.MatchWild

6、cards = False.MatchSoundsLike = False.MatchAllWordForms = FalseEnd WithSelection.Find.Execute Replace:=wdReplaceAllWith Selection.Find.Text = “.Replacement.Text = “.Forward = True.Wrap = wdFindContinue.Format = False.MatchCase = False.MatchWholeWord = False.MatchByte = True.MatchWildcards = False.Ma

7、tchSoundsLike = False.MatchAllWordForms = FalseEnd WithSelection.Find.Execute Replace:=wdReplaceAllWith Selection.Find.Text = “?“.Replacement.Text = “?“.Forward = True.Wrap = wdFindContinue.Format = False.MatchCase = False.MatchWholeWord = False.MatchByte = True.MatchWildcards = False.MatchSoundsLik

8、e = False.MatchAllWordForms = FalseEnd WithSelection.Find.Execute Replace:=wdReplaceAllWith Selection.Find.Text = “、“.Replacement.Text = “ “.Forward = True.Wrap = wdFindContinue.Format = False.MatchCase = False.MatchWholeWord = False.MatchByte = True.MatchWildcards = False.MatchSoundsLike = False.Ma

9、tchAllWordForms = FalseEnd WithSelection.Find.Execute Replace:=wdReplaceAllWith Selection.Find.Text = “;“.Replacement.Text = “ “.Forward = True.Wrap = wdFindContinue.Format = False.MatchCase = False.MatchWholeWord = False.MatchByte = True.MatchWildcards = False.MatchSoundsLike = False.MatchAllWordFo

10、rms = FalseEnd WithSelection.Find.Execute Replace:=wdReplaceAllWith Selection.Find.Text = “:“.Replacement.Text = “ “.Forward = True.Wrap = wdFindContinue.Format = False.MatchCase = False.MatchWholeWord = False.MatchByte = True.MatchWildcards = False.MatchSoundsLike = False.MatchAllWordForms = FalseE

11、nd WithSelection.Find.Execute Replace:=wdReplaceAllWith Selection.Find.Text = ChrW(8220).Replacement.Text = “.Forward = True.Wrap = wdFindContinue.Format = False.MatchCase = False.MatchWholeWord = False.MatchByte = True.MatchWildcards = False.MatchSoundsLike = False.MatchAllWordForms = FalseEnd With

12、Selection.Find.Execute Replace:=wdReplaceAllWith Selection.Find.Text = ChrW(8221).Replacement.Text = “.Forward = True.Wrap = wdFindContinue.Format = False.MatchCase = False.MatchWholeWord = False.MatchByte = True.MatchWildcards = False.MatchSoundsLike = False.MatchAllWordForms = FalseEnd WithSelecti

13、on.Find.Execute Replace:=wdReplaceAllWith Selection.Find.Text = “.Replacement.Text = “.Forward = True.Wrap = wdFindContinue.Format = False.MatchCase = False.MatchWholeWord = False.MatchByte = True.MatchWildcards = False.MatchSoundsLike = False.MatchAllWordForms = FalseEnd WithSelection.Find.Execute

14、Replace:=wdReplaceAllWith Selection.Find.Text = “.Replacement.Text = “.Forward = True.Wrap = wdFindContinue.Format = False.MatchCase = False.MatchWholeWord = False.MatchByte = True.MatchWildcards = False.MatchSoundsLike = False.MatchAllWordForms = FalseEnd WithSelection.Find.Execute Replace:=wdRepla

15、ceAllWith Selection.Find.Text = “【“.Replacement.Text = “ “.Forward = True.Wrap = wdFindContinue.Format = False.MatchCase = False.MatchWholeWord = False.MatchByte = True.MatchWildcards = False.MatchSoundsLike = False.MatchAllWordForms = FalseEnd WithSelection.Find.Execute Replace:=wdReplaceAllWith Se

16、lection.Find.Text = “】“.Replacement.Text = “ “.Forward = True.Wrap = wdFindContinue.Format = False.MatchCase = False.MatchWholeWord = False.MatchByte = True.MatchWildcards = False.MatchSoundsLike = False.MatchAllWordForms = FalseEnd WithSelection.Find.Execute Replace:=wdReplaceAllWith Selection.Find.Text = “、“.Replacement.Text = “ “.Forward = True.Wrap = wdFindContinue.Format = False.MatchCase = False.MatchWholeWord = False.MatchByte = True.MatchWildcards = False.MatchSounds

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 生活休闲 > 科普知识

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号