Thread: Color of cell.
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Tom is offline
external usenet poster
 
Posts: 25
Default Color of cell.

Hello,

how can I identify which "fill color" is used on cell.

For example:

whatColor = range("A1")
If whatColor = 1 then ....


thanks Tom