I am hoping this is really simple. Does anyone know how to use VB to convert a number to the corresponding letter in the alphabet i.e. the number 2 = B or 5 = E etc...
It's been a while I know. I hope things are working out for you all.
Cheers again.
Dan
Professional Web Management
Content Management Specialists
Thank you very much. You are right, it was easy. Now is the hard part...
What if I wanted to convert the same but using a number such as: 221168 in the same letters which should read BBAAFH? I have tried using the split facility but cannot get that to work properly...
Thanks again for your time Gil.
Dan
Professional Web Management
Content Management Specialists
Along the same lines as the thread I have a need to create a script to convert a customer order total to letters using same convention 1=A, 2=B, 3=C, 4=D, 5=E, 6=F, 7=G, 8=H, 9=I 0=J.
i.e. field SO_NetOrderAmount = 1920.55
script will convert this number to AIBJEE
Bookmarks