Mega Code Archive

 
Categories / VisualBasic Script / Excel
 

Sets just the color of cell C1 to red

Sub cellFont()     Cells(1, "C").Font.Color = vbRed End Sub