What is option in VBA?


What is option in VBA? Option Explicit in VBA is used to make defining variables mandatory while writing codes. It is possible that the developer may misspell a variable or…