What is line option explicit?

Submitted by: Administrator
Line explicit function makes the compiler to identify all the variables which are not specified by the dim statement. This command significantly reduces the problem of type errors. This is used extensively because VBA deals with information rich applications in which type errors are common.
Submitted by: Administrator

Read Online VBA (Visual Basic for Applications) Job Interview Questions And Answers