+ 1

Coding to automate word documents for technical specifications

I’m looking to automate the assembly of a multi page tech spec for the customer equipment we manufacture. Essentially all relevant paragraphs reside in their own word doc. I’d like a user form (but would prefer something way better looking) in which the user can use drop downs to select the specific equipment to specify. Valves, for instance, come in many different styles, materials of construction and other features. So I would have a paragraph in its own document for each type valve and each valve WOUKD show up in a drop-down list. Once done the user can click a control button and a finished, assembled word document would generate. But rather have each comping on its own page the automation would put the paragraphs in order (they will be numbered) and combine as many on a single page and then continue that process until the spec is assembled. Obviously I’m no programmer. I’ve done some vba back in the day but not creative enough to work this out. Plus I’d really like this to be slick and nice looking. Thanks for any and all suggestions

6th Sep 2025, 5:08 AM
Mark LaVarnway
Mark LaVarnway - avatar
2 Answers
+ 1
Mark LaVarnway , what you describe is software like it is used in *quality manament*. there are software products that can handle nearly all of your requirements. but this is *not* a free software. you can do partial tasks with python, but combining this all together with a user interface, database and documentation means a lot of work. i also have seen software that was done with microsoft access database, in combination with microsoft vba. this enables to handle the docs (.doc and .docx), and also can have a clear customized user interface (done with ms access). the software was also able to send notifications by microsoft outlook eventdriven, in combination with deadline monitoring and documentation.
6th Sep 2025, 11:30 AM
Lothar
Lothar - avatar
0
maybe search for 'word bill of material template'
6th Sep 2025, 9:11 AM
Bob_Li
Bob_Li - avatar