Document.BuildingBlockInsert event (Word)
Occurs when you insert a building block into a document. .
Syntax
expression.BuildingBlockInsert'(Range**, Name, Category, Type, Template)
expression An expression that returns a Document object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Range | Required | Range | Specifies the position where the building block is inserted. |
Name | Required | String | Specifies the name of the building block. |
Category | Required | String | Specifies the building block category. |
Type | Required | String | Specifies the type of building block. |
Template | Required | String | Specifies the name of the template that contains the building block. |
Remarks
For information about using events with a Document object, see Using events with the Document object.
See also
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.