As a relative novice in Vbscript I am rather surprised on the number of scripts one crosses in which "on error resume next" and "option explicit" are combined at the start of the script.
The first statement indeed hides the errors caused by using non-declared variables.
One can of course play around wtih these statement - by putting them off and on again - but I wonder if there is no more intelligent way of using both these -in itself- helpfull statements.