Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The test run cannot continue due to an unrecoverable error
#2
Not Solved
if the value that you are looking for is not found, it will throw the error.

You can try the below code

Code:
intStartRange="A1"
intEndRange="A50"
intFoundRow=ExcelApp.Range(intStartRange,intEndRange).Find(<ValueBeingSearched>).Row

Please note this will always return the row number where the value was first found. To get the next occurance row, you need to set the range again.

Let me know if you need more help.

Regards,
Ankesh
Reply


Messages In This Thread
RE: The test run cannot continue due to an unrecoverable error - by Ankesh - 10-18-2012, 05:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  General run error when Exist fails msacks 1 1,680 02-08-2019, 02:12 AM
Last Post: Ankur
  "Continue to this website (not recommended)." Error we are getting kotaramamohana 7 28,125 07-21-2016, 09:55 PM
Last Post: Ranjith Nair
  Test Set Run automatically Santhosh311 0 2,295 04-14-2016, 06:06 PM
Last Post: Santhosh311
  HI, i'm having a run time error ,please help? Awzar 0 2,400 01-24-2015, 06:52 AM
Last Post: Awzar
  Browser("BrowserName").Back gives General Run Error... deminiek 13 17,719 12-10-2013, 12:53 AM
Last Post: rizvia

Forum Jump:


Users browsing this thread: 1 Guest(s)