Add case sensitivity to VBA to naming of procedures, variables and so on.
If you want to follow naming conventions in VBA it's impossible to name a procedure for example "Foo" and a variable "foo".
VBA automatically changes the casing of one of them.
So please add case sensitivity to VBA to be able to properly name procedures, variables, types, declarations, events and so on.
1
vote
