Document.SendFax method (Word)

Sends the specified document as a fax, without any user interaction.

Syntax

expression. SendFax( _Address_ , _Subject_ )

expression Required. A variable that represents a Document object.

Parameters

Name Required/Optional Data type Description
Address Required String The recipient's fax number.
Subject Optional Variant The text for the subject line. The character limit is 255.

Example

This example sends the active document as a fax.

ActiveDocument.SendFax Address:="12065551234", _ 
 Subject:="Important Fax"

See also

Document Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.