10-11-2011, 04:34 PM
I was trying to insert value in Global sheet in data table from variable and for this using the following mentioned code. But the code is not storing the value.
If any one knows how to do than pls let me know.
Here, RequestID is the column name.
If any one knows how to do than pls let me know.
Code:
Dim res
res = 4
msgbox res
DataTable.Value("RequestID","Global") = res
Here, RequestID is the column name.