Jaymond Flurrie
Well-known Member
- Joined
- Sep 22, 2008
- Messages
- 921
- Office Version
- 365
- Platform
- Windows
I just noticed that VBE keeps removing the last space that I type. This naturally breaks the code pretty badly. It does it in real time which is even worse.
So when I try to type
the result is
and it doesn't take a genius to understand that the later doesn't work. It fixes it to that last one so fast that I can't type the whole row before it breaks the code, so the only option I have right now is to actually write without spaces and then add spaces. You can imagine how much this slows me down.
Any idea what causes this and any idea how to fix it?
This has never happened to me before (I recently installed Visual Studio & VSTO, maybe it has something to do with this?)
So when I try to type
Code:
Dim i as integer
Code:
Dimiasinteger
Any idea what causes this and any idea how to fix it?
This has never happened to me before (I recently installed Visual Studio & VSTO, maybe it has something to do with this?)