Hello everyone can please solved these problems?
sum only Large Five number out of Nine Textbox value…
TextBox11 = WorksheetFunction.Sum(Large((Val(TextBox2.Text) + Val(TextBox3.Text) + Val(TextBox4.Text) + Val(TextBox5.Text) + Val(TextBox6.Text) + Val(TextBox7.Text) + _
Val(TextBox8.Text) + Val(TextBox9.Text) + Val(TextBox10.Text)), ” 1, 2, 3, 4, 5″))
sum only five large numbers out of nine numbers
New contributor
Advance Excel VBA With Hridaan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.