如果 開啟與印表機的通訊,則為 True;否則為 False

PrintCommunication 屬性設定為 False 可加速執行設定 PageSetup 屬性的程式碼。

設定屬性以認可所有快取的 PageSetup 命令之後,將 PrintCommunication 屬性設定為 True

下列範例會在設定 PageSetup 屬性的同時暫停與印表機通訊。

Application.PrintCommunication = False 
 With ActiveSheet.PageSetup 
 .PrintTitleRows = "" 
 .PrintTitleColumns = "" 
 End With 
Application.PrintCommunication = True

支援和意見反應

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