View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
diddy_david diddy_david is offline
external usenet poster
 
Posts: 5
Default A Property or Collection?



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

is borders a Property or a collection or both?