G Guest Sep 23, 2007 #1 if I use Range("A1").borders(xlEdgeBottom).LineStyle = xlSolid is borders a Property or a collection or both?
if I use Range("A1").borders(xlEdgeBottom).LineStyle = xlSolid is borders a Property or a collection or both?
B Bob Phillips Sep 23, 2007 #2 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)
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)