You declared an identifier with a name you have already used somewhere else in your script.
To correct this error
-
Rename the identifier to something unique within the global scope of your script.
Visual Basic Scripting Edition |
Name redefined |
You declared an identifier with a name you have already used somewhere else in your script.
Rename the identifier to something unique within the global scope of your script.