P
Paul James
I would like to write a procedure that would test a single character in a
string contained in a worksheet cell to see if it's a number, then test
another character in the same string to see if it's a letter. In this case,
the string to test is located in
Worksheets("dataEntry").Range("testCell")
I would like to test the first character in the string in that cell to see
if it's a number.
I would like to test the second character to see if it's a letter.
If either of these conditions returns false, I'd like the whole expression
to be false.
Thanks in advance.
Paul
string contained in a worksheet cell to see if it's a number, then test
another character in the same string to see if it's a letter. In this case,
the string to test is located in
Worksheets("dataEntry").Range("testCell")
I would like to test the first character in the string in that cell to see
if it's a number.
I would like to test the second character to see if it's a letter.
If either of these conditions returns false, I'd like the whole expression
to be false.
Thanks in advance.
Paul