Answer by
BrokenWits (382)
In VBA code, DIM is a reserved keyword that is used to declare a variable. That variable will then be used to store values, and used later in the code in order to help achieve the purpose of the program, and provide some sort of value needed later on in the code.