Hi
Quick question please. I want to make sure my variables are all declared but I don't want case sensitivity... i.e. I want to turn case sensitivity off.... I tried this
Option Explicit
Option Compare Text
This seems to turn off case sensitivity OK but it allows variables to be implicitly assigned.
What Option settings should I have please?.. the correct combination is not easy to find.
Thanks
Quick question please. I want to make sure my variables are all declared but I don't want case sensitivity... i.e. I want to turn case sensitivity off.... I tried this
Option Explicit
Option Compare Text
This seems to turn off case sensitivity OK but it allows variables to be implicitly assigned.
What Option settings should I have please?.. the correct combination is not easy to find.
Thanks