Hi! I'm trying to add code to my macro inside a loop, where if an error occurs on a certain line of code it will do a different action and then resume loop. I'm not sure where to place code. For example:
Loop start
code
code
code
Line of code that I want to skip if error occurs
End of loop
What error handling code do you use and where do you place it? And where do you put alternative action?
Thanks!
Loop start
code
code
code
Line of code that I want to skip if error occurs
End of loop
What error handling code do you use and where do you place it? And where do you put alternative action?
Thanks!