Hello everyone,
I am currently working on a contract template.
By clicking on a check box for additional services, certain paragraphs shall appear/disappear in the contract.
e.g. by clicking on the checkbox "Hosting" in a software contract, additional terms for hosting services shall appear in the end of the contract.
I have and ActiveX-Checkbox. But how can I link it in the VBA to a certain text paragraph? Shall this paragraph be a bookmarked Text oder a RichText-ContentControl?
let's start with this:
Private Sub CheckBox1_Click()
End Sub
Private Sub CheckBox2_Click()
End Sub
Private Sub CheckBox3_Click()
End Sub
I am no advanced Microsoft User, however I'd like to learn more on VBA etc.
Any help appreciated.
Thank you in advance
Sebastian