5
Answers

Finding highest decimal in a listbox and displaying it

Photo of Hee Lian

Hee Lian

4y
3.6k
1
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?

Answers (5)