View Single Post
 
Old 01-16-2024, 12:48 PM
WordVB WordVB is offline Windows 11 Office 2016
Novice
 
Join Date: Jan 2024
Location: Ireland
Posts: 12
WordVB is on a distinguished road
Default

Thanks Italophile,

It seems I am drifting away from what was originally intended. It is fully understandable as there are no universal code or a code which would suit all. Different suggestions follow different interpretations and again it is because I haven't painted the full picture.

I am working on a document (.docx) which has predetermined standard paragraphs which do not change. 14 pages in total. I need to insert additional paragraphs (with bold titles, bullet points and levels of number formats) in the middle of the document in certain places based on checkboxes at the front page of the document.

So far I have managed to create 10 checkboxes, linked and populated text in rich format content controls in those certain areas in the middle of the document. The issue is formatting of the text (bold titles, bullet points and levels of number formats).

I like the idea to use building blocks, and have already saved the texts required in Quick Parts.

Can I slightly change my current code (which works with checkboxes and rich text controls) to insert saved text from Quick Parts into Building Block Galley Control?
Reply With Quote