Returns or sets an XlBorderWeight value that represents the weight of the border.
Syntax
expression.Weight
expression A variable that represents a Borders object.
Examples
The following code example sets the thickness of the border created to xlThin (Thin).
Range("A1").Borders(xlEdgeBottom).Weight = xlThin