07-09-2010, 09:48 AM
I think 'GetCellData' should work here, have you tried with this?
Code:
For i = 1 to RowCount
For j = 1 to ColumnCount
eValue = Browser("Asset Price Verification").Page("Asset Price Verification").WebTable("Tiered Dealer Dispersion").GetCellData(i,j)
Next
Next