Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to test a string for alpha chars, if alpha char append char to a
new string The following does not work. Is there a tweak I can apply? l_Alpha_chars = "abcd1" For q = 1 To Len(l_Alpha_chars) l_chr = Mid(l_Alpha_chars, q, 1) If l_chr = [a..z] Then NewStr = NewStr & l_chr End If Next q |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula with alpha char in cell | Excel Discussion (Misc queries) | |||
Get "####" when use alpha char in a cell referenced by a formula | Excel Worksheet Functions | |||
How do I make a cell allow only 24 alpha/num. char.to be entered | Excel Programming | |||
test if a character in a string is alpha | Excel Programming | |||
Test for char in string & separating if present | Excel Programming |