View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peterke Peterke is offline
external usenet poster
 
Posts: 16
Default 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