Hey everyone, I know this is probably a simple answer but I am new to VB and this has me stumped. Here is the problem.

You have 4 input Boxes come up. In each box a number is entered. Then the four numbers are compared, and then each number is assinged to a variable from least to greatest, and then a total is assigned to a fifth variable. Like this.

numbers entered: 3,8,5,2

Displayed in 5 labels
A= 2
B= 3
C= 5
D= 8

E= 18

Please Help!

James