What is the code to create a command button onto word from VBA? Thanks
VB Code: ActiveDocument.InlineShapes.AddOLEControl ClassType:="Forms.CommandButton.1"
ActiveDocument.InlineShapes.AddOLEControl ClassType:="Forms.CommandButton.1"
Forum Rules