VBA Procedures and Routines
A procedure is literally the part of the program that performs a task. It is the part of the Excel software which understand the code and then follows each step of the code that had been written down. All statements of a code together fall under the complex understanding of a procedure. You personally don’t have to worry about procedures because they are triggered automatically when you decide to use a code. However, it is always good to understand the terminology in case you see an error for one of your codes and wonder what went wrong. Under the umbrella of procedures in general are other types of procedures which all work together simultaneously in order to smoothly execute a code.