ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • VBA로 IP 추출하기
    카테고리 없음 2010. 3. 17. 17:48
    반응형
    Function ex_ip(n)
    Dim temp As Variant
    temp = Split(n, "/")

    ex_ip = temp(0)

    End Function
Designed by Tistory.