macro to determine colour of text in rows

  • Thread starter Thread starter Tino
  • Start date Start date
T

Tino

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.
 
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)
 
Thanks... again.

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)
 
Back
Top