Range.ImportFragment Method
Word Developer Reference |
Imports a document fragment into the document at the specified range.
Version Information
Version Added: Word 2007
Syntax
expression.ImportFragment(FileName, MatchDestination)
expression An expression that returns a Range object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
FileName | Required | String | Specifies the path and file name where the document fragment is stored. |
MatchDestination | Optional | Boolean | Specifies whether to match the destination formatting. If False, the imported document fragment retains the formatting in the original document. Default value is False. |
Return Value
Nothing
Remarks
This method replaces the contents of a range. To stop this from occurring, use the Collapse method before using this method.
See Also