What is line option explicit
Line explicit function makes the compiler to recognize all the variables which are not particular by the dim statement. This command significantly decreases the problem of type errors. This is used extensively due to VBA deals with information rich applications in which type errors are common.