I've got an error handler to obviously check for and error, however it is saying there's an error when there isn't one.
I've got one very large IF statement running with others in it. Outside the if statement is the error command to go to the function of what to do on an error, which is outside the IF statement at the end.
When I run the code, if there is an error, it works as should, however even when there isn't an error it is running (I removed it, and tested without it and it ran perfectly)
Any ideas as to why it's doing this?
Thanks
I've got one very large IF statement running with others in it. Outside the if statement is the error command to go to the function of what to do on an error, which is outside the IF statement at the end.
When I run the code, if there is an error, it works as should, however even when there isn't an error it is running (I removed it, and tested without it and it ran perfectly)
Any ideas as to why it's doing this?
Thanks