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 first one but with no success. Anyone here knows what's the exact problem is and why that is happened?
Thanks in advance.
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 first one but with no success. Anyone here knows what's the exact problem is and why that is happened?
Thanks in advance.