Happy Thanksgiving all!
@jame2464 Option _Explicit makes you DIM everything before you can use it. It's just for developing code.
It saves allot of typos but is extra work unless you did have an undetected typo. It won't save you from using the wrong variable already DIM's ;-))
@jame2464 Option _Explicit makes you DIM everything before you can use it. It's just for developing code.
It saves allot of typos but is extra work unless you did have an undetected typo. It won't save you from using the wrong variable already DIM's ;-))
b = b + ...