How do I see what is in a text box? I want to have a value for each number so that the end effect will be a big math problem using letters.
Printable View
How do I see what is in a text box? I want to have a value for each number so that the end effect will be a big math problem using letters.
msgbox text1.text
or
dim strString as string
strString = text1.text
then you can read the string or manipulate it
via strFunctions