Trying to resize a range and apply borders around it, but I get application/object defined error.
What is the proper way to code the following?
addme is a range that is assigned
What is the proper way to code the following?
VBA Code:
With Range(addMe.Resize(0, 17)).Borders
.LineStyle = xlContinuous
.Weight = xlThin
End With
addme is a range that is assigned