Hello,
I have a macro that checks a cell against a RegEx. I am trying to find out what the RegEx is for the following.
These can be any number or letters
N Number
L Letter
/ /
NNNNNNL/NN
Example of a correct string 123456A/12
I have tried the following but its not working.
[0-9][0-9][0-9][0-9][0-9][0-9][A-Z]/[0-9][0-9]
Thanks in advance.
Paul
Bookmarks