I want to get automatic value in excel VBA in case I type AOM letter in cell, it will shows automatic data 1. if it is BOM letter, it will shows 2. if it is COM letter, it will shows 3.
In example, AOM=1,BOM=2,COM=3
How to write excel vba code to change automatic value in excel cell as condition above.
Regards,