ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

ºI¨úAÄæ¤º³Ì«á¤@­Ó¼Æ¦r¥H«áªº¦r¦ê(µ²ªG¦bBÄæ)

try this:
  1. Sub zz()
  2. Dim ar, d As Object, rp As Object
  3. ar = Range("a2:a" & Cells(Rows.Count, 1).End(3).Row).Value
  4. With CreateObject("vbscript.regexp")
  5.     .Pattern = "\b[^\d\w]+"
  6.     For i = 1 To UBound(ar)
  7.         If .test(ar(i, 1)) Then Debug.Print .Execute(ar(i, 1))(0)
  8.     Next
  9. End With
  10. End Sub
½Æ»s¥N½X

TOP

        ÀR«ä¦Û¦b : ¡i°±º¢¤£«e¡A²×µL©Ò±o¡j¤H³£°g©ó´M§ä©_ÂÝ¡A¦]¦Ó°±º¢¤£«e¡FÁa¨Ï®É¶¡¦A¦h¡B¸ô¦Aªø¡A¤]¤FµL¥Î³B¡A²×µL©Ò±o¡C
ªð¦^¦Cªí ¤W¤@¥DÃD