02-12-2012, 04:06 PM
Hi,
when i run the below script.
Error is displayed as below :
The retrieve DataTable.Value operation failed. The <A> column does not exist.
Line (2):
Can anyone please assist on this?
Regards,
Shwetha
when i run the below script.
Code:
rc = DataTable.Value ("A", dtGlobalSheet)
msgbox rc
Browser("Google").Page("Google").WebEdit("q").Set rc
Error is displayed as below :
The retrieve DataTable.Value operation failed. The <A> column does not exist.
Line (2):
Code:
"rc = DataTable.Value ("A", dtGlobalSheet)".
Can anyone please assist on this?
Regards,
Shwetha