Assignment statements
These are very specific executable statements which further assign a value, a variable, or a constant to parts of your code. They make the code much easier for Excel to understand, even though it may seem that they are a little more work for you. Although these are another sub category of statements, they are crucial for the code to work. Your code must make each section of its coding understandable and clear for the software to work properly. Remember, if you make mistakes in your code, you may not even realize that you have made a mistake until it’s too late. This is especially true if you are working with numbers and a lot of data, because you will not be able to realize immediately that the number you are getting is incorrect. This can cause a lot of trouble in the future, so it is important that you understand that each part of the code must be properly completed in order for the whole thing to work correctly.