Template Creation

E

Erika

I am creating a template and trying to automate a few things - if I have
anything filled in a text field I want all of the information in another
section checked.

I have worked with 2 fields before using the following macro
With ActiveDocument
.FormFields("Check1").CheckBox.Value =
..FormFields("Check2").CheckBox.Value
End With

but now I want to modify this so that if Check1 is filled in it will
autmatically check Check2, check3, check4 and check5 - how do I add this? I
have tried to stick with the same format but I am getting an error.
 

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