Hi, I need to check whether the values in column C have specific format and then execute some commands. The specific format is two or three letters, one dash and 3 numbers, for example:
AB-123
ABC-345
ZZ-001
RE-909
Is there any way to do this in Excel VBA?