View Single Post
 
Old 10-03-2024, 07:08 AM
mascotv2 mascotv2 is offline Windows 10 Office 2021
Novice
 
Join Date: Oct 2024
Posts: 1
mascotv2 is on a distinguished road
Exclamation 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.
Reply With Quote