can some one please help me by explaining this code to me? i understand some of it, i just need to know what it does, line by line if possible. thanx for any help
VB Code:
Dim objWord As New Word.Application objWord.Documents.Add ActiveDocument.ToggleFormsDesign objWord.Selection.InlineShapes.AddOLEControl ClassType:="Forms.CheckBox.1" ActiveDocument.ToggleFormsDesign objWord.Visible = True
