View Single Post
 
Old 10-03-2017, 11:50 PM
valdavaux valdavaux is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Sep 2017
Posts: 4
valdavaux is on a distinguished road
Default Generating text from table selections

Hi guys,
I want to create a parametric template in word that a simple input can change the output. For exmaple, I'll use checkboxes for:

Tests that were done:
Spike Test [ x ]
Rock Test [ x ]
Paper Test [ x ]

How many repeat tests were done in every test:
(Choose a number) - 2

And then I get a word document with the following:


Quote:
Spike test was performed on the device. It was performed twice.
The spike test passed successfully, no faults were found
(blah blah blah....)

Rock test was performed on the device. It was performed twice.
The rock test passed successfully, no faults were found
(blah blah blah....)

Paper test was performed on the device. It was performed twice.
The paper test passed successfully, no faults were found
(blah blah blah....)

How do I go about it?
Reply With Quote