07-15-2010, 08:42 PM
I currently have code to retrieve specific data from a webtable...I now want to take the data I retrieved and save to a datatable ....
When I message box it returns the data I'm looking for.
Thanks,
Brian
Code:
Dim objTable, ADid
objTable = Browser("").Page("").WebTable("").GetCellData(4, 1)
ADid = mid(objTable, instr (objTable, "ADID=")+5,7)
Thanks,
Brian