View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Tino@tino.com is offline
external usenet poster
 
Posts: 8
Default macro to determine colour of text in rows

Thanks... again.

On Mon, 12 Jan 2004 23:01:56 -0000, "Bob Phillips"
wrote:

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.