Ok, I have a combo box with numbers in it (1-9). I have a richtextbox that draws the text from the combobox when you press a command button. I want it so.

1=v
2=b
3=f
4=o
5=r
6=u
7=m
8=s
9=9

That way, when you select 5 lets just say...you'll get r in your richtextbox after you press the command button. I dont want to put v,b,f,o,r,u,m,s, and 9 in the the combobox because the actual text that 1-9 actually is way to long. I think you use variables to do this . Does anyone know how to do this?