Hello, I,m looking to create a macro or modify my current macro in two different ways.
First, the code is repeating 10 times and if the same format is kept the code could get quite large based on how many results there is. I was hoping a loop could be created that will run through and complete these steps but just offset the cells by one every time it completes. You will see the comments where each Repeat happens:
*
The second thing is an error handler. Basically they run this script and it works great until an error occurs than the code just stops. What they want to happen is to have the code just complete ignoring all errors. They will then go in and look at the errors after. I have attached a text file with the repeating code since it is to large to insert here.
charge tool.txt
First, the code is repeating 10 times and if the same format is kept the code could get quite large based on how many results there is. I was hoping a loop could be created that will run through and complete these steps but just offset the cells by one every time it completes. You will see the comments where each Repeat happens:
*
The second thing is an error handler. Basically they run this script and it works great until an error occurs than the code just stops. What they want to happen is to have the code just complete ignoring all errors. They will then go in and look at the errors after. I have attached a text file with the repeating code since it is to large to insert here.
charge tool.txt