D
Domenic
Hi, I have a macro setup to print to certain printer. After I run the macro
it sets that printer as default. Is it possible to run the macro and not have
word retain this printer as default. This is the part I think sets the
printer as default:
'printer instructions:
ActivePrinter = "\\Harmonfs3\certified"
Application.PrintOut FileName:="", Range:=wdPrintAllDocument, Item:= _
wdPrintDocumentContent, Copies:=1, Pages:="",
PageType:=wdPrintAllPages, _
ManualDuplexPrint:=False, Collate:=True, Background:=True,
PrintToFile:= _
False, PrintZoomColumn:=0, PrintZoomRow:=0, PrintZoomPaperWidth:=0, _
PrintZoomPaperHeight:=0
WordBasic.FileClose 2
Bye:
Any help would be appreciated,
Domenic
it sets that printer as default. Is it possible to run the macro and not have
word retain this printer as default. This is the part I think sets the
printer as default:
'printer instructions:
ActivePrinter = "\\Harmonfs3\certified"
Application.PrintOut FileName:="", Range:=wdPrintAllDocument, Item:= _
wdPrintDocumentContent, Copies:=1, Pages:="",
PageType:=wdPrintAllPages, _
ManualDuplexPrint:=False, Collate:=True, Background:=True,
PrintToFile:= _
False, PrintZoomColumn:=0, PrintZoomRow:=0, PrintZoomPaperWidth:=0, _
PrintZoomPaperHeight:=0
WordBasic.FileClose 2
Bye:
Any help would be appreciated,
Domenic