Dear Lakshmi,
You can try the following code and if you need anything more let me know..
Thanks
Sridhar
You can try the following code and if you need anything more let me know..
Code:
NT_ListCount = Browser("xx").page("xxx").WebList("xxxx").GetROProperty("items count")
DataTable.LocalSheet.AddParameter "yyyy ",""
For ILoop=2 to NT_ListCount
DataTable.SetCurrentRow(ILoop-1)
DataTable("NetWork",dtLocalSheet) =Browser("xxxx").Page("xxx").WebList("yyy ").GetItem(ILoop)
NextThanks
Sridhar

