How to perform additions with numerical values in text boxes on user form. If you try to add numerical data in text boxes the result is a concatenation of the values because the numerical values in text-boxes on a user-form are treated as text values. We need to convert the entered 'numerical' values into 'true' numerical values before we can perform an addition.