How to use templates with check boxes to produce files with selected text
Hi,
So I need help - I am trying to create what is essentially a form with a "master" (i know thats a bad word) template, then allowing individuals to select check boxes on the template to create a document only showing the selected check boxes and associated text.
So far, I have been able to link in check boxes with text, and be able to rename those check boxes, and I have created the template.
I want to be able to select a check box as EITHER a "keep this bit" or a "remove this bit" so when the file is created, we can choose what is and isnt on there. I have started looking into the VBA coding and I assume its just "if check box = true then show text" or vice versa, but I dont know how to actually code that...
Thanks for your help in advance.
|