VB Convert numbers to letters
Hi guys,
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
MAS 90 VBS convert number to letters
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