L
Lori
I'm trying to create two buttons for a toolbar one that inserts a Forms check
unchecked and one that defaults to checked. The first I can record with
macro, but I'm at a loss when it comes to what to put for "With Selection",
obviously this didn't work:
Sub BoxChked()
Selection.FormFields.Add Range:=Selection.Range, Type:=wdFieldFormCheckBox
With Selection.DefaultValue
.Checked = True
End With
End Sub
~Lori
unchecked and one that defaults to checked. The first I can record with
macro, but I'm at a loss when it comes to what to put for "With Selection",
obviously this didn't work:
Sub BoxChked()
Selection.FormFields.Add Range:=Selection.Range, Type:=wdFieldFormCheckBox
With Selection.DefaultValue
.Checked = True
End With
End Sub
~Lori