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 from VBA

Hi!

I've got a worksheet containing an invoice with client information including
fax number.
I would like this invoice to be faxed when the user clicks on a button.
This works fine with the 'Printout' method of the Workbook (I can select the
fax as printer and the assistant shows up, which I'm ok with).
However, I would like the fax number to be automatically set in the
assistant window, so that the user doesnt have to type it in manually.
Is there a way to do this without buying a third party component?

I'm using Excel 2000.

Thanks in advance!
Jérémie