What is the primary benfit of a Dim statement -- if the variable does not
cause any name or data type confusion.
I understand that it is to declare a variable. However, I seem to be able to
run macros without any problem no matter if I declare the varaiable or do not.
For instance, I use For Next loops similar to:
Dim intI as integer
For intI = 1 to 25
................
................
Next intI
but these loops work the same weither I declare the variable or not.
Any thoughts?
Thank You,
Bookmarks