相关文章推荐
稳重的枕头  ·  AttributeError: ...·  4 月前    · 
重情义的冲锋衣  ·  Spring Data ...·  1 年前    · 
不羁的课本  ·  Nat. Methods | ...·  1 年前    · 

從指定的字串中移除 (字元碼 1–29) 和特殊 Word 字元的非列印字元,或將它們變更為空格 (字元碼 32) 。 會以 String 傳回結果。

expression CleanString ( _String_ )

expression 代表 Application 物件的變數。 選用。

必要/選用 strClean = Application.CleanString(Selection.Text) Set docNew = Documents.Add docNew.Content.InsertAfter strClean

此範例會從選取的功能變數代碼中移除非列印字元,然後顯示結果。

ActiveDocument.ActiveWindow.View.ShowFieldCodes = True 
ActiveDocument.Fields(1).Select 
MsgBox Application.CleanString(Selection.Text)

Application 物件

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應