I recorded a Word macro which inserts a checkbox. The checkbox gets inserted, but the text does not. Why?
fwiw I'm using Word 2016 on Windows 10.
Sub CheckBox()
'
' CheckBox Macro
'
'
Selection.Range.ContentControls.Add (wdContentControlCheckBox)
Selection.MoveRight Unit:=wdCharacter, Count:=2
Selection.TypeText Text:=" z"
End Sub
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…