GetNumber()는 parameter Value 문자열 중 첫 숫자열만 추출하는 함수이다
①Len()는 String길이를 체크하는 것. Ex) 1234 => 결과 4
②mid()는 mid(특정셀,시작글자 위치, 가져올 글자 수)
③IsNumeric()는 문자열 속 숫자 확인하기. Ex) Dim 숫자 As String, 숫자 = "2017", If IsNumeric(숫자) = True
④CLng() returns a long integer value.,
댓글