VBA Loop and types
VBA Loop allow user to repeat the same code block multiple times until a given condition or criteria is met.
A loop is simply a way of running the same lines of code a number of times
A loop statement allows us to execute a statement or group of statements multiple times.
VBA provides the following types of loops to handle looping requirements.