How do I make it highlight the row (dont know if its possible to hightlight the rows) in MSFLexGrid when the user clicks on a row and also how do I make it get the info out of the clicked row and column1.
I have an invisible column1 with the ID in it and need to know how to extract it.
Need to know the correct syntax, something like
Private Sub MSFlexGrid1_Click()
MsgBox (MSFlexGrid1.Selected(Row1,Col1)
End Sub
thanks!
I have an invisible column1 with the ID in it and need to know how to extract it.
Need to know the correct syntax, something like
Private Sub MSFlexGrid1_Click()
MsgBox (MSFlexGrid1.Selected(Row1,Col1)
End Sub
thanks!