If in column A,I had values like A
A0394
948B0129
Zkjs333
0a0401a
09ab28
and I wanted to return matches where there are 2 alpha followed by 2 numeric characters using regular expressions and VBA (without using a custom function) B
js33
ab28
What would the code look like?