AutoSize Property Example
This example sets the size of the check box named "Check1" to Auto and then selects the check box.
With ActiveDocument.FormFields("Check1").CheckBox .AutoSize = True .Value = True End With