Font Color Function

  • Thread starter Thread starter lynn
  • Start date Start date
Put this in a REGULAR module. Then
=fc(a4)
if red will give you 3

Function fc(x)
fc = x.Font.ColorIndex
End Function
 
Back
Top