Dec 3, 2001 #1 WC Programmer Sep 19, 2001 9 SG how to check the value in a string is number or letters??
Dec 3, 2001 #2 dpaulson Programmer May 7, 2000 347 CA If ISNUMERIC(YourString) = TRUE then Msgbox "it is a number" Else Msgbox "It is not a string" End if David Paulson Upvote 0 Downvote
If ISNUMERIC(YourString) = TRUE then Msgbox "it is a number" Else Msgbox "It is not a string" End if David Paulson