D
dim
Hi all,
I've recorded the belowmentioned macro in order to print 2 pages on on page
to our printers, but it seems that this is not always working. Sometimes it
prints ok, sometimes it prints blank pages... i thought this could have been
due to printer drivers, but i've been trying several ones (and different
printers) without success. I have the impression it's something in the
document itself which triggers the printer to print correctly or not but i'm
not sure..
Maybe there is another way to print 2 pages to one page than using this code:?
Sub Print2on1()
'
' Print2on1 Macro
'
Application.PrintOut FileName:="", Range:=wdPrintAllDocument, Item:= _
wdPrintDocumentWithMarkup, Copies:=1, Pages:="",
PageType:=wdPrintAllPages, _
Collate:=True, Background:=True, PrintToFile:=False,
PrintZoomColumn:=2, _
PrintZoomRow:=1, PrintZoomPaperWidth:=11907,
PrintZoomPaperHeight:=16839
End Sub
Any suggestions are highly appreciated,
best regards
dim
I've recorded the belowmentioned macro in order to print 2 pages on on page
to our printers, but it seems that this is not always working. Sometimes it
prints ok, sometimes it prints blank pages... i thought this could have been
due to printer drivers, but i've been trying several ones (and different
printers) without success. I have the impression it's something in the
document itself which triggers the printer to print correctly or not but i'm
not sure..
Maybe there is another way to print 2 pages to one page than using this code:?
Sub Print2on1()
'
' Print2on1 Macro
'
Application.PrintOut FileName:="", Range:=wdPrintAllDocument, Item:= _
wdPrintDocumentWithMarkup, Copies:=1, Pages:="",
PageType:=wdPrintAllPages, _
Collate:=True, Background:=True, PrintToFile:=False,
PrintZoomColumn:=2, _
PrintZoomRow:=1, PrintZoomPaperWidth:=11907,
PrintZoomPaperHeight:=16839
End Sub
Any suggestions are highly appreciated,
best regards
dim