Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

adding the values of textboxs

Status
Not open for further replies.

Yogi39

Technical User
Jun 20, 2001
273
CA
I would like to add the values of 3 textboxes on a user form.

I tried this but it does not add the numbers...just combines then !
TextBox13.Value = TextBox5.Value + TextBox9.Value
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top