How to get the cell value from Virtual Table?

Showing Answers 1 - 1 of 1 Answers

Gkeerthi

  • Dec 12th, 2006
 

We can get the cell data value from the virtual table by the command

dim x

x=Browser("broesername").Page("pagename").Getcelldata(row,column)

msgbox x

Where row and column are the specified row and column in the virtual table.

Regards

Gkeerthi

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions