Hi all,
I think this can't be hard but I can't seem to fix it...
Thanks in advance!
Mathijs.
I think this can't be hard but I can't seem to fix it...
Code:
If ListBox5.Value = "Manually" Then
omschrijving = InputBox(Prompt:="Fill the value pls", _
Title:="Geef een omschrijving van de behandeling", Default:="Value")
'add new item on top
Me.ListBox5.AddItem omschrijving, 0
'Select inserted value...
'What goes here?!?
End if
Thanks in advance!
Mathijs.