keybrdcowboy
IS-IT--Management
Hopefully someone can help me. I need a way to "restart" a for loop. I have a loop that processes each entry in an array, and does stuff to each account in the array. However, some of the accounts are not real accounts, and I get an error. I am trying to find a way to test for the error, and if there is one, then have it just skip that account and move on to the next one. I already have the testing for an error part down, but how can I get it to just skip that account and then go to the next one in the account? I have found the Exit For command, but that cancels the whole loop, and then nobody processes. Can anyone provide some help? Thanks.