I have an Excel file where I have the 2-letter country codes in a column. I would like to be able to run a macro to safely convert all of them into their respective 3-letter codes, with a single pass.
When using normal find and replace in Excel, you can easily run into problems like this...
AT --> AUT
AU --> AUS
but now AUT --> AUST (which is not the result I wanted).