Hi All,
I am trying to add a botom border to an excel sheet from access vba with....
xlsht1.Range("A1:AZ1").Borders(xlEdgeBottom).Color = RGB(0, 0, 0)
...but i keep getting an error message saying : application defind or object defined error
can anyone help??
Thanks,
Spin.