G
Gwen
Please assist.
I am trying to find an efficient way to accomplish the following:
for columns (a:k) rows(5:7)
With Selection.Borders(xlEdgeRight)
.LineStyle = xlContinuous
.Weight = xlThin
End With
Thank you
I am trying to find an efficient way to accomplish the following:
for columns (a:k) rows(5:7)
With Selection.Borders(xlEdgeRight)
.LineStyle = xlContinuous
.Weight = xlThin
End With
Thank you