Re: MSFlexgrid



when you (double) click on a cell, that cell becomes the active cell
and you can just ask for its contents:

Private Sub MSFlexgrid_DblClick()
MsgBox MSFlexgrid.Text
End Sub


"Mitch5713" <mitch@xxxxxxxx> wrote in message news:1DCC63B3-BED8-414B-BAF8-C71E2840D755@xxxxxxxxxxxxxxxx
I have a flexgrid populated by various numerical data. How do I get the value
when a user double clicks a cell????

Thanks