06-29-2011, 09:16 PM
Hello Lorena,
If i understand right, then you need the data displayed in the Pages column.
Please use the below code:
If still your problem is not solved then i will need the OR screenshot of webtable(Select All) with column and rows displayed.
Regards,
Parminder
If i understand right, then you need the data displayed in the Pages column.
Please use the below code:
Code:
Set TableObj = Browser("Wisdom").Page("Wisdom IA_2").Frame("parent").WebTable("Select All")
RowCount= TableObj.RowCount
rNumber = 1
For r = 3 to RowCount
rNumber = rNumber +1
NumPages = TableObj.GetCellData(r,5)
objExcel.Cells(rNumber, 6).Value = NumPages
Next
If still your problem is not solved then i will need the OR screenshot of webtable(Select All) with column and rows displayed.
Regards,
Parminder