A
andreas
Dear Experts:
I got VBA code to insert a user-defined building block into the
current document
ActiveDocument.AttachedTemplate.BuildingBlockEntries( _
'"MS_CoverSheet_Version").Insert Where:=Selection.Range,
RichText:=True
I would like to insert this building block into the third row of the
first column of the currently selected table. The paragraph setting of
the inserted building block should have the property "Space Before 150
pt".
Could somebody please help me to achieve this.
Thank you very much in advance
Regards, Andreas
I got VBA code to insert a user-defined building block into the
current document
ActiveDocument.AttachedTemplate.BuildingBlockEntries( _
'"MS_CoverSheet_Version").Insert Where:=Selection.Range,
RichText:=True
I would like to insert this building block into the third row of the
first column of the currently selected table. The paragraph setting of
the inserted building block should have the property "Space Before 150
pt".
Could somebody please help me to achieve this.
Thank you very much in advance
Regards, Andreas