Values not calculating in Userform
问题 Can someone please help me. I have a userform which has a number of numeric fields. The issue is that my Total box will not calculate them as it is recognising a number as text. So for example if I was to say HE.Value (10) + ME.Value (10) for example should = 20 however is the Total is coming to 1010. and if I * it instead I am receiving an error to debug as it recognises the value as text format. I have never had this issue in a userform before. Is someone able to assist please? Thanks, 回答1: