PowerPoint) (Application.PresentationPrint 事件
發生在列印簡報之前。
語法
expression。 PresentationPrint
( _Pres_
)
expression 代表 Application 物件的變數。
參數
名稱 | 必要/選用 | 資料類型 | 描述 |
---|---|---|---|
Pres | 必要 | Presentation | 要列印的簡報。 |
註解
如需搭配 Application 物件使用事件的詳細資訊,請參閱操作方法:搭配 Application 物件使用事件。
範例
本範例會將 PrintHiddenSlides 屬性設定為 True ,讓每次列印使用中簡報時,會一併列印隱藏的投影片。
Private Sub App_PresentationPrint(ByVal Pres As Presentation)
Pres.PrintOptions.PrintHiddenSlides = True
End Sub
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。