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:
  1. Dim objWord As New Word.Application
  2. objWord.Documents.Add
  3. ActiveDocument.ToggleFormsDesign
  4.     objWord.Selection.InlineShapes.AddOLEControl ClassType:="Forms.CheckBox.1"
  5. ActiveDocument.ToggleFormsDesign
  6. objWord.Visible = True