M
mikey may
I am wanting to use an IF statment to check if a value of
the 3 digit of 'AccRef'is alphabetical using the following
code
AccRef = LGD12345
If Mid(AccRef, 3, 1) < "a" Or Mid(AccRef, 3, 1) > "z" Then
This doesn't seem to work properly and was wondering if
there is a different way of doing the above.
The 3rd digit will always be an alpha character
the 3 digit of 'AccRef'is alphabetical using the following
code
AccRef = LGD12345
If Mid(AccRef, 3, 1) < "a" Or Mid(AccRef, 3, 1) > "z" Then
This doesn't seem to work properly and was wondering if
there is a different way of doing the above.
The 3rd digit will always be an alpha character