I have added a checkbox, I want to change its name and caption, the problem is when it is added, I don't know its name, how can I go about changing a checkbox's name when I first add it? Here is my code to add the checkbox:
Selection.InlineShapes.AddOLEControl ClassType:="Forms.CheckBox.1"
Selection.InlineShapes.AddOLEControl ClassType:="Forms.CheckBox.1"