hi!
it's EASY!!
if you are using visual basic:
declares Click() event, and writes instructions like this:
dim var as string
var = MSFlexGrid1.TextMatrix(MSFlexGrid1.row, MSFlexGrid1.col)
In opposite situation:
MSFlexGrid1.TextMatrix(MSFlexGrid1.row, MSFlexGrid1.col) = var
this assigns the 'var' value to the cell.
I hope help u
Aldemar