Recent content by baze7

  1. B

    Insert Table into Word Doc

    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:= _...
Back
Top