This is a weird question, but I could not formulate the question properly in Google.
When I write comments in Excel-VBA, it for some reason snaps back my cursor on all space bar hits.
Example:
Dim Arr() As String 'This is |<-- When I hit the space bar, I expect the cursor to be here.
But if I am not quick enough, it snaps it back to 'This is|<-- Here
This is really bothering me because I have to constantly go back and forth in putting spaces in my lines of text that are space-less.
Some behavior: When type really fast, I think I am able to overshoot(?) the replacement, and it doesn't snap it back, but if I go slowly, it is faster than me. Also, if I hit space, it snaps back, I hit space, it moves the cursor, and now only after a 0.5 second delay it snaps it back again.
I have Excel 2010.
Anyone else had the same issue, or know how to fix it? It isn't a big thing, it is just annoying.