Option Explicit Declaration:
If the option explicit is used essentially then all the variables will have to be declared. Or else an error will be reported saying that the variable is not declared. The option explicit declaration is found under the Tools, editor option, & options. The Declaring variables give the readability and also the code executes faster.