Is this an bug or I am missing something?

Place an MSFlexGrid on the form, and then do this:

VB Code:
  1. Private Sub Form_Load()
  2.     With MSFlexGrid1
  3.         .Col = 0
  4.         .Row = 0
  5.         Debug.Print .BackColorFixed, .CellBackColor
  6.     End With
  7. End Sub

There's no value for .CellBackColor