Is it a 2007 property which doens't run (not recognized) in a 2003 version ?
--
Regards;
Mark Rosenkrantz
--
Spreadsheet Solutions
Uithoorn
Netherlands
--
E:
W: www.spreadsheetsolutions.nl
--
"Jair Batista" wrote in message
...
I have one macro with:
With Selection.Borders(xlEdgeTop)
.LineStyle = xlContinuous
.ColorIndex = 0
.TintAndShade = 0
.Weight = xlThin
End With
When i run the macro, i get the error: "Run-time error '438': Object
doesn't
support this property or method". When I click "Debug", the line with
".TintAndShade" is highlighted.
Anyone can help me to solve this error?
Thanks,
Jair