平凡的幸福
撇開習慣,發現幸福就在平凡之中。 記錄生活、學習心得、工作遇到的問題與想法。
(移至...)
首頁
▼
Excel VBA 設定所有欄位單一頁面列印
希望以VBA設定所有欄位單一頁面列印,如下圖:
程式碼:
Application.PrintCommunication = False
With Sheets("工作表1")
.PageSetup.Zoom = False
.PageSetup.FitToPagesWide = 1
.PageSetup.FitToPagesTall = 0
End With
Application.PrintCommunication = True
‹
›
首頁
查看網路版