I found this code but for some reason if there are other tables in the form, the checkbox picks the wrong table and not the closest one in range.
Private Sub CheckBox1_Click()
With ActiveDocument.Tables(1).Range.Font
.Hidden = Not .Hidden
End With
End Sub
How can I link it to a...
Ok so this is what I am trying to do. I have a standard simple form I have made which allows my customers to enter information so I can submit then to sales dept.
I need to make it dynamic, so when a checkbox is clicked, a hidden table/section is displayed below it and then my users can add...
Ok so this is what I am trying to do. I have a standard simple form I have made which allows my customers to enter information so I can submit then to sales dept.
I need to make it dynamic, so when a checkbox is clicked, a hidden table/section is displayed below it and then my users can add more...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.