T
tp
Hi,
when I use Excel with VBA and record a macro to select a printer the result
is like this:
Application.ActivePrinter = "\\SWLJUNFS\Ljungby_1 on Ne03:"
ActiveWindow.SelectedSheets.PrintOut Copies:=1, ActivePrinter:= _
"\\SWLJUNFS\Ljungby_1 on Ne03:", Collate:=True
but I like to use the lower paper-tray. How to solve it?
Torbjörn Pettersson, Sweden
when I use Excel with VBA and record a macro to select a printer the result
is like this:
Application.ActivePrinter = "\\SWLJUNFS\Ljungby_1 on Ne03:"
ActiveWindow.SelectedSheets.PrintOut Copies:=1, ActivePrinter:= _
"\\SWLJUNFS\Ljungby_1 on Ne03:", Collate:=True
but I like to use the lower paper-tray. How to solve it?
Torbjörn Pettersson, Sweden