View Single Post
 
Old 12-14-2021, 07:43 AM
gsfousteris gsfousteris is offline Windows 10 Office 2019
Novice
 
Join Date: Dec 2021
Posts: 5
gsfousteris is on a distinguished road
Cool VB Script using Content Control

I'm am to VBA coding in Microsoft Word. I have a Word document and there is a Plain text content control field (CCtext). If this CCtext gets the value "Test", I want the Checkbox Content Control (CCbox1) and Checkbox Content Control (CCbox4) to be checked. If this CCtext gets the value "Actual", I want the Checkbox Content Control (CCbox2) and Checkbox Content Control (CCbox3) to be checked.

Any idea, how to do that?
Reply With Quote