calculate textboxvalues
Hi,
I'm trying to calculate 3 textboxevalues into one, but they don't add up as
the should.
UserForm1.TextBox5.Value = UserForm1.TextBox2.Value +
UserForm1.TextBox3.Value + UserForm1.TextBox4.Value
Why doesn't this work? Or does anyone knows a better way?
greetings
|