View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default border non-contiguous rows

Glad to help.

--
Don Guillett
SalesAid Software

"sugargenius" wrote in message
ps.com...

Don Guillett wrote:
Try this idea. Modify to suit

Sub bordernoncontiguous()
Range("a3,a7,a12").Borders.Weight = xlThick
End Sub
--

Don Guillett
SalesAid Software


Thanks Don, that worked perfectly