Fax from a button controll

M

MUSIWA

I am sure this has been done but help any way I have this. I use to send my
faxes this way. It is not working now with the new outlook (2007) Does anyone
know how to directely print to thye fax by sending the fax number and the
documents

Set OutProg = CreateObject("outlook.application") 'open out look
Set OutM = OutProg.CreateItem(olMailItem) ' create a mail
With OutM 'send the fax
..subject = "I am trying"
..To = "Fax: faxnumber"
..body = "This is the latest information on these most due
patients"
..Importance = Outlook.OlImportance.olImportanceNormal
..Display
..Send
End With
I have vista Ultimate with a LAN-Fax (using a TWAIN driver) which works. but
is not supported by fax and scan from vista.

Thanks in advance and if there is a better way to fix it so it works even
better will be appreciated
 

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