Recent content by boswell

  1. B

    MS Word - Set a range of cells in a table

    i used... Private Sub Command19_Click() Dim w As New Word.Application, r As Range w.Documents.Add With w.ActiveDocument Set r = .Range .Tables.Add r, 10, 4 With .Tables(1) .Borders.OutsideLineStyle = wdLineStyleSingle .Borders.InsideLineStyle = wdLineStyleSingle...
Back
Top