Word) (Options.DisplayPasteOptions 屬性
True 是表示 Microsoft Word 顯示 [ 貼上選項] 按鈕,以顯示下直屬新貼上文字。 可讀寫的 Boolean。
語法
expression。 DisplayPasteOptions
表達 會傳回 Options 物件的運算式。
範例
如果 [貼上選項] 按鈕已遭停用,則本範例會加以啟用。
Sub ShowPasteOptionsButton()
With Options
If .DisplayPasteOptions = False Then
.DisplayPasteOptions = True
End If
End With
End Sub
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。