PowerPoint) (Options 对象
代表 Microsoft PowerPoint 中的应用程序选项。
示例
使用 选项 属性以返回 选项 对象。 下面的示例设置三个 PowerPoint 应用程序选项。
Sub TogglePasteOptionsButton()
With Application.Options
If .DisplayPasteOptions = False Then
.DisplayPasteOptions = True
End If
End With
End Sub
另请参阅
支持和反馈
有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。