Last listbox rows

Is there a way to find out if a listbox is displaying the last page ?
Either via clicking the scrollbar, by changing row via keyboard down key or via touch pad.

What have you tried?

Nothing so far, just want to know if it is possible.

If myListBox.ListIndex = myListBox.ListCount -1 Then Found = True 'You’ve selected the last row!

that’s sound’s ok to me, I will try it

thanks David

To unselect Rows of a ListBox, you simply click in a non existent Row (if one exists); else, you have to do that in a loop:

Your ListBox is able to display 15 Rows, but only 5 are filled and selected ?
Click in the ListBox, but outside of the selected Rows, deselect them