09-10-2011, 01:49 AM
Hi,
In my Excel sheet I have 3 rows.Up to three rows my script is woking fine with the following for loop
After the 3 rd row it is not coming out and it is igoing into the for loop again and started giving the following error,
Invalid procedure call or argument
Line (166):Why?
Any help?
Thanks,
Uma
Hi
I have 3 rows in my excel sheet and my script is working for all the 3 rows using the following for loop,
After I checked the third row,it does not coming out,
it goes inside again and it gives some error,
Invalid procedure call or argument
Why?
Any help?
Thanks,
Uma
Hi,
In my Excel sheet I have 3 rows.Up to three rows my script is woking fine with the following for loop
For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count
.......
Next
After the 3 rd row it is not coming out and it is igoing into the for loop again and started giving the following error,
Invalid procedure call or argument
Why?
Any help?
Thanks,
Uma
In my Excel sheet I have 3 rows.Up to three rows my script is woking fine with the following for loop
Code:
For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count
.......
Next
After the 3 rd row it is not coming out and it is igoing into the for loop again and started giving the following error,
Invalid procedure call or argument
Line (166):
Code:
"Browser("name:=.*").Page("title:=.*").WebList("name:=SearchType","location:=0").Select "SearchType"
Any help?
Thanks,
Uma
Hi
I have 3 rows in my excel sheet and my script is working for all the 3 rows using the following for loop,
Code:
For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count
...............................
Next
After I checked the third row,it does not coming out,
it goes inside again and it gives some error,
Invalid procedure call or argument
Why?
Any help?
Thanks,
Uma
Hi,
In my Excel sheet I have 3 rows.Up to three rows my script is woking fine with the following for loop
For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count
.......
Next
After the 3 rd row it is not coming out and it is igoing into the for loop again and started giving the following error,
Invalid procedure call or argument
Code:
Line (166): "Browser("name:=.*").Page("title:=.*").WebList("name:=SearchType","location:=0").Select "SearchType"
Any help?
Thanks,
Uma