In my years of using Excel VBA I have not seen this before. On a different computer than my usual one, when I type in some code, like the following:
Function Square(x)
Square=x^2
End Function
Normally the editor will add spaces before and after the equal sign, and spaces before and after the exponent symbol. For the new computer, it does not add the spaces, and it errors because of the lack of spaces. I have to manually add the spaces for it to work, and that slows me down. Any ideas? I assume it is because of some setting, but I can't find it.