How to get the rowcount of a WebTable?
To get the rowcount of a webtable,use the below code,
Rowcount = Browser(“Browser”).Page(“Pg”).Webtable(“row”).Rowcount
Msgbox Rowcount
Rowcount = Browser(“Browser”).Page(“Pg”).Webtable(“row”).Rowcount
Msgbox Rowcount
Comments
Post a Comment