I have a calculator on a user form and i have most of the other math figured out but i need to know how to code the sum of textbox1 trough textbox 6. I've tried
textbox7.Value = textbox1.Value + textbox2.value + textbox3.value.......and so on
textbox7.Value = textbox1.Value + textbox2.value + textbox3.value.......and so on