I'm not sure what you're up to with this, but it sounds like you're gonna want some code on the click event of the list box. To get the value that was selected in the list use:
lstListBox.ItemData(lstListBox.ListIndex)
Assign this to a string and then do a select case, i.e.
Select Case...