04-23-2012, 10:59 AM
Hi,
get the value fromapplication in any variable using getroproperty, say variable is vb_text. Use the below code to write to data table
Regards,
Sankalp
get the value fromapplication in any variable using getroproperty, say variable is vb_text. Use the below code to write to data table
Code:
DataTable.Value(ColumnName,datasheetname)=vb_text
Regards,
Sankalp