Hi, I'm having trouble creating this program. What it does is let you change your name in a certain game. What I need is a loop, that will check each variable holding a letter, against the whole alphabet, Uppercase and Lowercase, and depending on what letter is used, assign a variable a certain number. I'm pretty sure this is possible. The reason I want this is that I don't want one Big Select Case statement to check each letter-holding variable. Such As

Select Case Letter1
Case "A": SaveLetter1 = 154
Case "B": SaveLetter1 = 155

and so on. If you need me to clear this up, ask me and I'll try my best. If you can help, I'd appreciate it.