Hi, I'm creating an Excel application which calls upon a userform. On this form there are four textboxes. Three of the four textboxes will contain manual inputs. The fourth textbox should contain the sum of the other three textboxes. On the afterupdate event of my three textboxes i do a sum of the three textboxes and modify the value of the fourth textbox. Excel VBA seems to think the vales inside the textboxes are text by default so I cannot do a sum. Is there a way to do this. Thx in advance