I know this is probably a simple formula but I am new to VB so please help me out. Here is the situation.

Let say you have 4 numbers that are intered seperately into input box's.

will use the numbers: 5, 12, 8, 2

What is the formaula to have the numbers apear in from least to greastest order. ( 2,5,8,12) which will be displayed in 4 separate labels. Please help.


James