How do you change the properties of a command button... Checkbox... in a VBA app that these items are Dynamically created.

Example:
User opend doc, selects this type and VBA creates next from based on the previous information

This is in MSWord if it helps any,

Code that I have so far:
Selection.InlineShapes.AddOLEControl ClassType:="Forms.CommandButton.1"

This Creates the Object in the document, How can I change the caption on the Button?