Re: MSFlexgrid
- From: "PC" <Onzin@xxxxxxxxxx>
- Date: Fri, 18 Aug 2006 02:53:51 +0200
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
- Prev by Date: Re: How to stop a screensaver running
- Next by Date: Re: p-code
- Previous by thread: Re: MSFlexgrid
- Next by thread: Forms key events not being detected.
- Index(es):