Finding highest decimal in a listbox and displaying it
Currently, I have a listbox with more than 1 item in a row. Each row contains an item name and item price. I want to extract the item price column and run through a loop to find the highest value in the column price. Then I want to find the corresponding item name and display it in a message box. How do i do that?