Thread: Border
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Maximus[_3_] Maximus[_3_] is offline
external usenet poster
 
Posts: 3
Default Border

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