If you simply want to convert the integers 0...25 to A...Z you can use:
MyLetter = ChrW(MyNumber + 65)
Use 97 for lower case.
Category: Questions