07-17-2008, 03:28 AM
Thank you very much for the reply
I was using the previous thread's example appln http://www.seafight.com/
and trying to retrieve Online Now value ie 14.894
I am using
My doubt was how to decide on the values of row and column, Is it just the guess work?
I was using the previous thread's example appln http://www.seafight.com/
and trying to retrieve Online Now value ie 14.894
I am using
Code:
strCellData = Browser("Seafight.com – Online").Page("Seafight.com – Online").WebTable("Deutsch").GetCellData(row,column)
My doubt was how to decide on the values of row and column, Is it just the guess work?