Range.ImportFragment method (Word)

Imports a document fragment into the document at the specified range.

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

Range 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.