View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default A Property or Collection?

It is a collection. Why do you ask?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"diddy_david" wrote in message
...


if I use Range("A1").borders(xlEdgeBottom).LineStyle = xlSolid

is borders a Property or a collection or both?