duplex printing in Excel_com

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
inseption86
Posts: 203
Joined: 19 Apr 2018, 00:24

duplex printing in Excel_com

Post by inseption86 » 09 Jun 2021, 06:17

Good day! How to set up duplex printing in Excel

Code: Select all

Xl := ComObjCreate("Excel.Application")
 book := Xl.Workbooks.Open(path_share "\1.xlsx")
 book.PrintOut(From := 1, to := 2)
return

Return to “Ask for Help (v1)”