Mega Code Archive

 
Categories / VisualBasic Script / Excel
 

The Font property

Sub font()     Debug.Print range("A1").font.Background      End Sub