Using data from different userforms

yikwei

New member
Joined
May 15, 2014
Messages
2
Reaction score
0
Points
0
Hi, I have a main userform which consists of one multipage. In the page 1, i have 14 diff command button which links to 14 diff userforms that requires user to input in the textbox. Then, i made summation for each of the 14 userforms (i.e. Userform1total= Val(input1.text)+Val(input2.text) The same goes for the rest of the 14 userforms.

My question is this. If i were to made a grand summation for the "Total value" of these 14 userforms. How could i do it? Any help would really appreciated,thanks in advance
 
Back
Top