06-23-2009, 03:16 PM
Hi Laura,
Please use the for loop for looping and datatable.setcurrentrow to set the focus to the specific row.
Try the following code
Hope this helps!!
Thanks,
Please use the for loop for looping and datatable.setcurrentrow to set the focus to the specific row.
Try the following code
Code:
for i=1 to Datatable.LocalSheet(or GlobalSheet).GetRowCount
Datatable.LocalSheet(or GlobalSheet).SetCurrentRow i
Browser("micclass:=Browser").Page("micclass:=Page").Link("Text:="&Datatable("Menuitems",dtGlobalsheet)).Click
Next
Hope this helps!!
Thanks,