![]() |
|
#2
|
|||
|
|||
|
Code:
Sub ScratchMacro() 'A basic Word macro coded by Greg Maxey, http://gregmaxey.com/word_tips.html, 12/4/2017 Dim oCC As ContentControl For Each oCC In ActiveDocument.Range.ContentControls If oCC.Type = wdContentControlCheckBox And oCC.Title = "RateDot" Then oCC.SetCheckedSymbol CharacterNumber:=82, Font:="Wingdings 2" oCC.SetUncheckedSymbol CharacterNumber:=163, Font:="Wingdings 2" End If Next lbl_Exit: Exit Sub End Sub |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
One Content Control Checkbox checks another Content Control Checkbox
|
DEsh | Word VBA | 2 | 10-06-2017 08:23 PM |
Content control checkbox calculations
|
allikat305 | Word Tables | 5 | 11-22-2016 11:20 PM |
Clicking the selected Content Control checkbox returns wrong control in vba event
|
DougsGraphics | Word VBA | 2 | 06-24-2015 07:31 AM |
Replace checkbox symbol with check box content control
|
canadansk | Word VBA | 5 | 04-01-2015 08:21 AM |
Assign a value to a Content Control
|
SuzeG | Word VBA | 10 | 12-08-2013 08:04 AM |