Stacy has attended:
Excel Advanced course
Access Intermediate course
Access Advanced course
VB
What does the term Dim mean in VB?
RE: VB
Hi Stacy
Thank you for your question
Dim is short for "dimension" and refers to the fact that when you declare a variable you are setting aside an area of memory to hold the data contained in the variable. Variables can also be declared using the public and private keywords, depending upon the required scope.
Regards
Stephen