Remembering Colors Is Tough ...
Define a function to convert from names to QBColors
Private Function myColor(color As String)As Double
myColor = QBColor(8) 'Set color to black
myColor = QBColor(9) 'Set color to blue
myColor= QBColor(10) 'Set color to green
myColor= QBColor(11) 'Set color to cyan
myColor= QBColor(12) 'Set color to red
myColor = QBColor(13) 'Set color to magenta
myColor = QBColor(14) 'Set color to yellow
myColor = QBColor(15) 'Set color to white
MsgBox "What color is " & color & "?" 'What?