■ Excel/ㅡExcel VBA Code
엑셀VBA 빠른 출력
with seok
2022. 6. 30. 06:11
Sub Ma_PrintOut() ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True, _ IgnorePrintAreas:=False End Sub |
728x90