Hi,
I have a workbook that I've used for years. I know it's not best practice but the variables are not defined. This has never caused an issue, it has always worked fine, but today it is giving me a compile error on every variable unless I dim them. Option Explicit is not set, neither is the checkbox in Options.
Any idea what is going on? Why has it suddenly shat the bed today and decided it needs all variables defined? I know I could just define all the variables but there are dozens of them and it worked fine yesterday.
Thanks in advance
D
I have a workbook that I've used for years. I know it's not best practice but the variables are not defined. This has never caused an issue, it has always worked fine, but today it is giving me a compile error on every variable unless I dim them. Option Explicit is not set, neither is the checkbox in Options.
Any idea what is going on? Why has it suddenly shat the bed today and decided it needs all variables defined? I know I could just define all the variables but there are dozens of them and it worked fine yesterday.
Thanks in advance
D