VBA-Defined Constants: vbWhite
Sub obj8() Dim myObject As Range Set myObject = Range("A1:B10") myObject.Interior.Color = vbWhite End Sub