Range.ImportFragment Method (Word)
Office 2013
Imports a document fragment into the document at the specified range.
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
This method replaces the contents of a range. To stop this from occurring, use the Collapse method before using this method.