Hi, I'm having trouble adding "items" in a MSFlexGrid control. I need to add a new row at the top of my MSFlexGrid control.
I looked at the help files but it does not work. Who can help me ??

R@emdonck

MyCode:
Private Sub CommandButton1_Click()
With Me.MSFlexGrid1
.FillStyle = flexFillRepeat
'.AddItem (item as String,[index])
.AddItem ("HELP", 0) '<-- this doesn't work !!!
.CellBackColor = &HFF00&
End With
End Sub

[This message has been edited by R@emdonck (edited 02-04-2000).]