Please point me in the right direction

R

Robert

How do I do this? I want to create a word document that
will be used in another program that accepts word
documents. The document is based on multiple lists like:

Header
Right
Left
Unknown

The user selects the items from the list, sometimes more
than one. The selected lines should appear in the final
document, but not the items that are not selected. I
figure that once they make their selections, they could
click a button and the final document would be generated.
For example, if they select "Left", the final document
will look like this:

Header
Left

I don't want anything but the text to appear in the final
document,i.e. no checkboxes or controls.

I tried using a form, but it didn't work because the
controls can't be deleted. I've tried a template with a
userform but couldn't get that to work either.

Any advice is appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top