Expand Minimize
This topic has not yet been rated - Rate this topic

Range.ImportFragment Method (Word)

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

Version Added: Word 2007

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.