Just for documentation purposes, this is what I ended up doing.
First, I made it so that when this form is opened, I set a default value for the listbox:
Private Sub Form_Load()
Me.EventTypeSelector = 1
End Sub
Second, I added in error handling for null values in case something went wrong...