Range.BorderAround(xlLineStyleNone)
for me, the following code does not remove any borders for any cells in the
range .....
For Each rCell In rTarget
Call rCell.BorderAround(xlLineStyleNone)
Next rCell
according to the xl2000 docs, this should work ...
|