How do I get around this problem?
Some of the cells are text, some formulas, and some numbers (but the numbers are formatted as text).
Sub Apply_Color_To_Text2()
' Declarations and Initialisation
Dim Row As Integer, Col As Integer
Dim CurrentCellText As String
Col = 1
' Loop Through Rows 2...