change cell color..
Hi,
How do I change the color in a cell.
something like....
after this...
xlBook.Worksheets(3).Range("A1") = Date()
i want to do something like this....
xlBook.Worksheets(3).Range("A1").forecolor = Red
thanks in advance,
bob mcclellan
|