vbscript MM功能优化:速度,无限缩写

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vbscript MM功能优化:速度,无限缩写相关的知识,希望对你有一定的参考价值。

Sub SpacelessMMS()
Application.Selection.Find.Forward = True

Call layout_tools.track_changes_and_show_final
Call layout_search_replace.jump_to_reference_section

With Selection.Find
.ClearFormatting
.Text = "(\, [A-Z]\.) ([A-Z]\.)"
.MatchWildcards = True
.Wrap = wdFindStop
.Forward = True
.Replacement.Text = "\1\2"
Do
.Execute
If Not .Found Then
Exit Do
End If
If .Found Then
Selection.MoveRight wdCharacter, 3, wdExtend


Do
If FunctionGroup.lenSelect(Selection.Text) = Len(Selection.Text) Then
Selection.MoveRight wdCharacter, 3, wdExtend

Else
Selection.MoveLeft wdCharacter, 3, wdExtend
Selection.Text = Replace(Selection.Text, ". ", ".")
Selection.MoveRight wdCharacter, 1
Exit Do
End If
Loop

End If

Loop
End With
ActiveWindow.View.ShowRevisionsAndComments = True
End Sub

以上是关于vbscript MM功能优化:速度,无限缩写的主要内容,如果未能解决你的问题,请参考以下文章

麻花影视TV版更新,优化版,缓存速度超快,电视专用

vbscript 单个单词查缩写

vbscript 批量改缩写

vbscript 检测数字和单位之间是否有空格;单位是否缩写

vbscript 12.检查作者贡献部分,作者名缩写是否跟前文部分作者名对应(名称缩写与前面部分的名称不一致)

优化解决 MySQL 查询速度慢与性能差