Is this an bug or I am missing something?
Place an MSFlexGrid on the form, and then do this:
VB Code:
Private Sub Form_Load() With MSFlexGrid1 .Col = 0 .Row = 0 Debug.Print .BackColorFixed, .CellBackColor End With End Sub
There's no value for .CellBackColor :confused:
