On error select file

1. The first thing you need to realise is that you haven’t actually told your script what to try! The statement that might cause an error has to come between the two lines: “try” and “on error”.

2. If you work at it you should see that you don’t need to tell your script how to “continue” - it should simply continue if the “Find it” routine is not invoked!