Hi guys,

I know this may be silly but anyway...

when I do simple calculations in userforms:
TextBox1.Value + TextBox2.Value
and use CommandButton to add the two values i get the two values next to each other, like this:

1 + 1 = 11 instead of 1 + 1 = 2

The problem is only with adding
When i use - * or / it works fine

Could anyone provide a solution?
Thanks in advance!