View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jérémie Gent Jérémie Gent is offline
external usenet poster
 
Posts: 18
Default Send a Fax via VBA

Hi!

I would like my Excel Project to directly send some of its sheets to a fax,
with an already set fax number (when the user wants to print the document
for example).
I use the workbook_beforeprint event and the printout method of the workbook
so I can force the document to be directed to the Fax. Unfortunately, I
didn't find any option allowing me to set the Name and Fax Number of the
destination where the fax is to be sent to.

Any Idea?

Thank you!
Jérémie