When I add this code to my under my command button:

MsgBox Text1.Text & " plus " & _
Text2.Text & " equals " & Text1.Text + Text2.Text

and use 5 for text1 and 5 for text2 the value given is 55. Have I missed something or am I losing my mind?

Nick