[VBA]
Dim objTable As Table
Set objTable = t.Tables(1)
With objTable
.TopPadding = 2
.BottomPadding = 2
.LeftPadding = 2
.RightPadding = 2
End With [/VBA]
[VBA]
Dim objTable As Table
Set objTable = t.Tables(1)
With objTable
.TopPadding = 2
.BottomPadding = 2
.LeftPadding = 2
.RightPadding = 2
End With [/VBA]