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.
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.