On May 9, 3:27 pm, "Otto Moehrbach" <ottokm...@comcast.net> wrote:
> Range("C23 :G27").BorderAround LineStyle:=xlContinuous,
> weight:=xlThick
> HTH Otto
>
> "Maximus" <mwago...@caldrywall.com> wrote in message
>
> news:(E-Mail Removed)...
>
>
>
> >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- Hide quoted text -
>
> - Show quoted text -
Outstanding Thanks!
|