Border
Range("C23:G27").BorderAround LineStyle:=xlDouble
There's more options for .borderaround that you may want to read about in VBA's
help.
Maximus wrote:
I am trying to create a border around a selection. I am currently
using
Range("C23:G27").Select
Selection.Borders.LineStyle = xlDouble
This results in borders throughtout every cell. How do I get a border
around the perimeter?
Thanks
--
Dave Peterson
|