F
FIP
Hello
I have recorded a Macro in order to print out a colour document. I have
entered colour print in the options, but it still prints out in black and
white!?!
Can someone please help me and also dvise why this is and what I am doing
wrong??
I use WORD 2003 / MS Visual Basic 6.0
Sub MACRO_GIF()
'
' MACRO_GIF Makro
ActivePrinter = "\\htprint1\HC01"
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
Application.Quit SaveChanges:=wdDoNotSaveChanges
End Sub
Dear Regards
Emanuel
I have recorded a Macro in order to print out a colour document. I have
entered colour print in the options, but it still prints out in black and
white!?!
Can someone please help me and also dvise why this is and what I am doing
wrong??
I use WORD 2003 / MS Visual Basic 6.0
Sub MACRO_GIF()
'
' MACRO_GIF Makro
ActivePrinter = "\\htprint1\HC01"
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
Application.Quit SaveChanges:=wdDoNotSaveChanges
End Sub
Dear Regards
Emanuel