isnumeric() 이다.
만약에 텍스트1에 숫자가 아닌 문자가 끼어 있는지 확인하고 싶다면. if isnumeric(text1.text) = false then msgbox "문자있다 ㅅㅂ야"
if val(str_text)=0 and str_text<>"0" then msgbox"이게 숫자냐?
isnumeric() 이다.
만약에 텍스트1에 숫자가 아닌 문자가 끼어 있는지 확인하고 싶다면. if isnumeric(text1.text) = false then msgbox "문자있다 ㅅㅂ야"
if val(str_text)=0 and str_text<>"0" then msgbox"이게 숫자냐?