Endeavouring
Board Regular
- Joined
- Jun 30, 2010
- Messages
- 115
Hi
I'm trying to get the font color of text which works fine but why does black return the value -4105 ?
Public Function fontval(cellVar As Range)
fontval = cellVar.font.ColorIndex
End Function
thanks in advance
I'm trying to get the font color of text which works fine but why does black return the value -4105 ?
Public Function fontval(cellVar As Range)
fontval = cellVar.font.ColorIndex
End Function
thanks in advance