Erel,
Whilst answering another question on here it occured to me that you can (re)Dim a global variable within a sub, this COULD lead to problems if you wanted a local and you trashed your global value.
I know that it is necessary to be able to do this, but could the IDE not issue a warning that you have done this at compilation, it would make debugging this issue much easier.
Whilst answering another question on here it occured to me that you can (re)Dim a global variable within a sub, this COULD lead to problems if you wanted a local and you trashed your global value.
I know that it is necessary to be able to do this, but could the IDE not issue a warning that you have done this at compilation, it would make debugging this issue much easier.