View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John 3:16 John 3:16 is offline
external usenet poster
 
Posts: 6
Default 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