Message 1 of 5
Is Error is fighting with On Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a code w/ some error checking. On Error goto...... The problem is when I'm trying to find something missing I get an error. I want to do an if then checking if something exists. if it's an error then I know it doesn't exist. If it's not an error I can get the value. Problem is if there's an error it goes to the error checking area. I just want to check if there's an error rather than go to the error checking.