ºI¨úAÄæ¤º³Ì«á¤@ӼƦr¥H«áªº¦r¦ê(µ²ªG¦bBÄæ)
| ©«¤l262 ¥DÃD8 ºëµØ0 ¿n¤À280 ÂI¦W0  §@·~¨t²Îxp ³nÅ骩¥»Office 2007 ¾\ŪÅv20 ©Ê§O¨k ¨Ó¦ÛHK µù¥U®É¶¡2015-8-11 ³Ì«áµn¿ý2025-3-24 
 
 | 
                
| try this: ½Æ»s¥N½XSub zz()
Dim ar, d As Object, rp As Object
ar = Range("a2:a" & Cells(Rows.Count, 1).End(3).Row).Value
With CreateObject("vbscript.regexp")
    .Pattern = "\b[^\d\w]+"
    For i = 1 To UBound(ar)
        If .test(ar(i, 1)) Then Debug.Print .Execute(ar(i, 1))(0)
    Next
End With
End Sub
 | 
 | 
|  | 
|  |  | 
|  |  |