09-13-2012, 11:38 PM
For some reason it doesn't recognize Column "A" when there is no row active.you can write some data in row "one" of data table and then click row "two" and then delete the content in row "one".The row "one" is still active after deleting the content from row "one".Now try the below code and it works as expected
Alternatively, you can use the below code without any work around
Regards,
Ravi
Code:
DataTable.Value("A", 1)=6
Code:
DataTable.GlobalSheet.AddParameter "A",6
Regards,
Ravi