text 查尾跑完以后缺失的文献2018年7月2日

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 查尾跑完以后缺失的文献2018年7月2日相关的知识,希望对你有一定的参考价值。

Sub notCite()
  selection.HomeKey wdStory
  With selection.Find
  .Text = "?\[[0-9,\- ]@\]?"
  .Wrap = wdFindStop
  .MatchWildcards = True
  .Replacement.Text = ""
  Do
  .Execute
  If Not .Found Then
  Exit Do
    Else
    MsgBox selection.Fields.count
    If selection.Fields.count = 0 Then
      selection.Range.HighlightColorIndex = wdRed
    End If
  End If
  Loop
End With
End sub

以上是关于text 查尾跑完以后缺失的文献2018年7月2日的主要内容,如果未能解决你的问题,请参考以下文章

text format_data,2018年2月7日

text 字典嵌套2018年2月8日

text 进度条应用2018年2月8日

text 插入照片调整尺寸:2018年2月8日

text 整体读取文本文件:2018年2月8日

text 按行读取文本文件:2018年2月8日