I have a table with a column of airport codes (HAM, BER, TLL, VNC etc.) and I need to create a VBA macro that would fill another column with respective country codes (HAM>DE, BER>DE, TLL>EE, VNC>IT).
<tbody>
Column A
Column B
HAM
DE
BER
DE
TLL
EE
VNC
IT
</tbody>
I have done a lot of...