DIM is short for Dimension and it signals VBA that you are going to be declaring a variable.
Dim variablename As variabletype
Dim NumberofRows As Integer
Hope this helps.
DIM is short for Dimension and it signals VBA that you are going to be declaring a variable.
Dim variablename As variabletype
Dim NumberofRows As Integer
Hope this helps.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.