Sorry about making many posts.
Is it possible to make the ListBox Items numbered?
I mean, I have over 100 items in the list box.
I'm using a code like: If ListBox1.SelectedItem="Hello,..." Then..
But I don't want to write that Hello for every item, since I wanna make an "If" thing for every item.
Can I make a code like:

'If ListBox1. [First Item Selected] Then
...
End If'
Or
'If ListBox1. Item Number 1 Selected Then
...
End if'

And same for Second item, third item... 50th, 80th, 100th item.
And sorry if that's an idiot question but i'm still learning this language. : )
Thank you.