F
Flying Whiz
I am trying to catch value from datagrid cell.
I am trying to pass the value into a variable as below.
VarGridVal = DataGrid1.Text
MsgBox(VarGridVal)
but in the message box the value I am getting is "DataGrid1" instead
of the cell value.
How can I get the value ?
Thanks
Whiz
I am trying to pass the value into a variable as below.
VarGridVal = DataGrid1.Text
MsgBox(VarGridVal)
but in the message box the value I am getting is "DataGrid1" instead
of the cell value.
How can I get the value ?
Thanks
Whiz