Hi,
I have the following code that adds a border to the top of a cell:
Code:
rngCell.Offset(0, -1).Borders.Item(xlEdgeTop).Weight = xlThick
This work fine but how do I do the complete opposite? I cant use code that deletes all borders as I may have borders on the bottom that I dont want deleting!
Any help would be great
Thanks,
OB1