I'm developing a VBA automation that accesses a certain site and takes some information from it, but I'm having a problem with it.
The site (Santander - Benner) is very badly done, many parts were built in a way that seems to mend with what they had already done, ie they just added more features and did not configure the whole project.
Going straight to the point, I wanted to know if there is any way to work with the GoTo error handling in the form of a loop .
Example: While an error occurs, do ... or, it is an error, go back to "x" line and do the procedure until you get to this checker again, if you have an error again, go ... I do not know if you make it clear, but it is to do GoTo in a loop.