Excel VisualBasic Script

Sub rangeColor()
    Range("A:B").Font.Color = vbRed
End Sub