Is there a way to test if a string is in uppercase?
I know I can convert to uppercase with UCase(string), but I don't want to do that (reason being, I am working off data that if uppercase, it means something different that lowercase).
Stupid I know, but i'm not the data enterer.
I know I can convert to uppercase with UCase(string), but I don't want to do that (reason being, I am working off data that if uppercase, it means something different that lowercase).
Stupid I know, but i'm not the data enterer.