View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default macro to determine colour of text in rows

Activecell.Font.ColorIndex

you can get the colours by looking at the ColorIndex Property in VBA Help(3
is red for instance)

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

wrote in message ...
Hi,

What would be the macro commands to determine the colour of the text
in a cell in a Microsoft 97 spreadsheet?

Any help would be much appreciated.

Thanks.