I have been trying to insert a table into a word document. I have created a macro, but can't quiet figure out how to do it. Here is the macro:
ActiveDocument.Tables.Add Range:=Selection.Range, NumRows:=1, NumColumns:= _
1, DefaultTableBehavior:=wdWord9TableBehavior, AutoFitBehavior:= _...