A family of Microsoft word processing software products for creating web, email, and print documents.
Add this code to your macro:
With oTable.Borders
.InsideColor = wdColorAutomatic
.InsideLineStyle = wdLineStyleSingle
.OutsideColor = wdColorAutomatic
.OutsideLineStyle = wdLineStyleSingle
End With
With oTable.Range.Font
.Name = "Arial"
.Size = 10
End With