Range.ExportFragment Method
Word Developer Reference |
Exports the selected range into a document for use as a document fragment.
Version Information
Version Added: Word 2007
Syntax
expression.ExportFragment(FileName, Format)
expression An expression that returns a Range object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
FileName | Required | String | Specifies the path and file name of the file in which to save the document fragment. |
Format | Required | WdSaveFormat | Specifies the file format of the document fragment file. You can save a document fragment in any format that Microsoft Office Word supports. |
Return Value
Nothing
See Also