a = Left("string",1) has stopped working.
If I open an old workbook (xlsm), a = Left("string",1) is fine. Save the workbook to a new name (.xlsm) and now we get a = left("string",1) and you get Compile error: Expected function or variable
Does anybody have any idea why?