Hi,

I am trying to repopulate a userform with TextBoxes and ListBoxes from my serach results which are displayed in a listview.

I can get the values into the TextBoxes with the following code

Please Login or Register  to view this content.
When I change "TextBox13" to "ListBox1" I get a

Run Time Error '380' Could not set the value property

I know it is something very silly but I am looking for help in how to change the code to allow me to populate both textboxes and listboxes from my selection in the Listview.

Any help would be very much appreciated.