April 2006
Beginner
1114 pages
98h 16m
English
workbook.SendFaxOverInternet([Recipients], [Subject], [ShowMessage])
Sends a fax over the Internet using a fax service provider. If no fax service provider is configured for your system, Excel displays a prompt directing you to providers.
|
Argument |
Settings |
|---|---|
|
|
The email names or phone numbers of fax recipients. |
|
|
A subject line to include with the fax. |
|
|
True displays the fax before sending; False does not. |
The following code sends the current workbook as a fax:
ThisWorkbook.SendFaxOverInternet "ExcelDemo@Hotmail.com", _ "Workbook Samples"
Read now
Unlock full access