I have weird problem: in my VBA Editor (this is not the first time!) code is written (in all modules!) as:
someVar = array("1","2")
Program each code-word Array auto-convert to array.
In another workbook, there are propper line as
someVar = Array("1","2")
I've spend a lot of time to correct the...