Login | |
|
 |
A problem - 5/4/2008 9:02:24 PM
|
|
 |
|
| |
wmec
Posts: 125
Score: 0
Joined: 8/5/2004
From: Hong Kong, China
Status: offline
|
Hi, I have defined both of these and have a problem with the conditions (it says "Invalid procedure call or argument"). Any advice? ... te_str = UCase(Trim(Cells(rw, 2).Value)) te_str2 = Trim(Cells(rw, 3).Value) If Asc(Mid(te_str, 1, 1)) >= 65 _ And Asc(Mid(te_str, 1, 1)) <= 90 _ And Mid(te_str, 2, 1) = "." _ And Len(te_str) = 2 _ And Not IsNull(te_str2) Then ...
_____________________________
Thanks & Best Regards, HuaMin Chen
|
|
| |
|
|
|
|
|