Range.ExportFragment Method (Word)
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. |
Return Value
Nothing