View Single Post
 
Old 11-15-2021, 03:27 PM
Guessed's Avatar
Guessed Guessed is online now Windows 10 Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,161
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

Yeah yeah nah.

Perhaps we have a terminology issue. In Word, a 'building block' is a range of content stored inside a template labelled with a type, category and name. It can then be inserted into a document via the GUI (Insert>Quickparts for instance) or via VBA like the following
ActiveDocument.AttachedTemplate.BuildingBlockTypes (1).Categories("CategoryName").BuildingBlocks("BBN ame").Insert Where:=Selection.Range, RichText:=True

Are you talking about the same 'Building Block' or are you using the name 'building block' as a term for either unformatted or rich text coming from a database query?
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote