Thread
:
Condense Code
View Single Post
#
3
Posted to microsoft.public.excel.programming
Murray
external usenet poster
Posts: 29
Condense Code
Nigel
Try this - assuming the cells to have borders applied are already
selected.
With Selection.Borders
.LineStyle = xlContinuous
.Weight = xlThin
.ColorIndex = xlAutomatic
End With
Regards
Murray
Reply With Quote
Murray
View Public Profile
Find all posts by Murray