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

Hi Pete,

I remember having the same problem and this sorted it.

Sub Test

Range("DCard1:Dcard1a").Borders.Linestyle = xlContinuous

End Sub

This means that you don't even have to select the range prior t
applying borders.

Regards

Seamu

--
Message posted from http://www.ExcelForum.com