I am working on a project that accepts data in text boxes, one as a name, the other as a number.

Each time these boxes are cleared, the new number is added to the previous running total.

The (4) command buttons are calculate, clear, summary and exit.

Calculate keeps a runing total, and the summary displays this information.

What I need is a way to pick the largest of these numbers entered and the corresponding name and display that information in a MsgBox as the person with the largest amount.


Thanks,