M
Michiel via OfficeKB.com
Anyone can shine a light on this please?
- I start my module with Option Explicit
- In options I also have Require Variable Declaration checked
In my code I use a variable that I did not declare in the Dim section.
Yet, I can still run my code......... without the compliler triggering me
that I forgot to declare the variable.
I do not want this, what should I do to make the option explicit enforced?
Thanks!
M.
- I start my module with Option Explicit
- In options I also have Require Variable Declaration checked
In my code I use a variable that I did not declare in the Dim section.
Yet, I can still run my code......... without the compliler triggering me
that I forgot to declare the variable.
I do not want this, what should I do to make the option explicit enforced?
Thanks!
M.