Hello,
I have a code which unlocks a sheet based on usernames.
I've noticed that the code sometimes doesn't work because our Environ("UserName") changes from a Capital letter at the start to sometimes a lower case letter randomly.
For example,
"Morrisonk123" to "morrisonk123" This throws my...