T
Tareq
Hi there;
I made the following Macro to send a print to fax machine by pressing (ALT
3) and it works but the issue that after it send the fax job, it sent the fax
machine as the default printer. My question how can I continue using this
Macro without making the fax machine as the default printer. Help????
Sub Macro41()
'
' Macro41 Macro
' Macro recorded 1/30/2007 by tareq
'
ActivePrinter = "Network FAX for Windows"
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
End Sub
I made the following Macro to send a print to fax machine by pressing (ALT
3) and it works but the issue that after it send the fax job, it sent the fax
machine as the default printer. My question how can I continue using this
Macro without making the fax machine as the default printer. Help????
Sub Macro41()
'
' Macro41 Macro
' Macro recorded 1/30/2007 by tareq
'
ActivePrinter = "Network FAX for Windows"
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
End Sub