I just want a textbox to update with the information in the field, just a small piece of basic code that I want to auto update when the listbox selection changes
I just want a textbox to update with the information in the field, just a small piece of basic code that I want to auto update when the listbox selection changes
Ok, I have a listbox that sources a list of peoples names from a spreadsheet. When the user enters the listbox and clicks on one of these names I want a seperate independant textbox to update with the selected persons name.
I could do this by adding a button and assigning the code to that but I would prefer it to do it automatically every time the selection in the listbox changes
Comment