Print fax by cmd

J

Julio De Icaza

Hello everybody,
There is a command line or macro solution for print a TIF
file instead using MS Fax Wizard?
 
G

Graham Mayor

Answered in one of the other groups to which you8 have posted this question.
Please do not multi-post.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP

Web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
 
J

Julio De Icaza

Sorry be a pest. Thank you Graham for the input.
I include the answer posted in the other group, using
SnagIt software as printer driver:

Sub FaxPrint()
Dim sCurrentPrinter As String
sCurrentPrinter = ActivePrinter
ActivePrinter = "SnagIt 7"
Application.PrintOut FileName:=""
ActivePrinter = sCurrentPrinter
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top