Hello out there !
Iam trying to solve my problem .
I am using a ListboxSample and i am trying to collect from the listbox
and errors
If i use ListBox1.Selected.Value it gives the answer from the last post in my textbox
But i want to have all 3 valuesin my textbox how can i do that .
When i try with ListBox1.SelectedItemsText.Value or ListBox1.SelectedItems.Value
bad one only the red dot .
