Search This Blog

Thursday, August 29, 2013

What is Option Explicit ?

When Option Explicit appears in a module, you must explicitly declare all variables using the Dim, Private, Public, ReDim, or Static statements. If you attempt to use an undeclared variable name, an error occurs at compile time.

No comments :