共用方式為


Word) (Options.PasteSmartCutPaste 屬性

True 是表示 如果 Microsoft Word 聰明地貼到選取文件。 可讀寫的 Boolean

語法

expressionPasteSmartCutPaste

表達 代表 'Options' 物件的變數。

範例

本範例會在已停用此選項時,設定 Word 啟用智慧貼上選取範圍。

Sub EnableSmartCutPaste() 
 If Options.PasteSmartCutPaste = False Then 
 Options.PasteSmartCutPaste = True 
 End If 
End Sub

另請參閱

Options 物件

支援和意見反應

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