View Single Post
 
Old 09-14-2013, 12:37 PM
Bananabean Bananabean is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Sep 2013
Posts: 4
Bananabean is on a distinguished road
Default Macro to replace digits with letters

I would like a macro to substitute letters for numbers (the integers from 0 to 25) in a selection; i.e. every instance of 25 becomes W, then every instance of 24 becomes L, then every instance of 23 becomes M and so on. How do I go about this, please? Clearly the 2 digit numbers must be replaced first, so the order of substitution matters.
Reply With Quote