View Single Post
 
Old 10-30-2017, 07:42 AM
Basti089 Basti089 is offline Windows 10 Office 2016
Novice
 
Join Date: Oct 2017
Posts: 1
Basti089 is on a distinguished road
Default Check Box to have Paragraphas appear/disappear

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
Reply With Quote