Jaymond Flurrie
Well-known Member
- Joined
- Sep 22, 2008
- Messages
- 921
- Office Version
- 365
- Platform
- Windows
I used accidentally variable named vAlue ("alue" is "area" in Finnish, v from datatype Variant) and you can guess that's not a good name for a variable. So now everytime I want to write for example:
Range("A1").Value = 1
VBE automatically corrects it to
Range("A1").vAlue = 1
How do I reset this behavior?
Range("A1").Value = 1
VBE automatically corrects it to
Range("A1").vAlue = 1
How do I reset this behavior?