Dim
 

a variable is a storage area of the computer's memory.

examine this:

Dim number1 As Integer
Dim number 2 As Integer

number1 = 3
number2 = 5

Dim
Short for Dimension. declare (or "tell" Visual Basic) that you are setting up a variable with this word.

(c) Shilpa Sayura Foundation 2006-2017