Sub Main Debug.Print Hex(QBColor(1)) '"800000" Debug.Print Hex(QBColor(7)) '"C0C0C0" Debug.Print Hex(QBColor(8)) '"808080" Debug.Print Hex(QBColor(9)) '"FF0000" Debug.Print Hex(QBColor(10)) '"FF00" Debug.Print Hex(QBColor(12)) '"FF" Debug.Print Hex(QBColor(15)) '"FFFFFF" End Sub
|