Can someone please help with the following.
I have a listbox which is filled with email addresses, I would like a script which once I have selected rows that I want in a multiselect listbox it will then put all the email addresses into a textbox as follows
say the listbox has the following email addresses (and many many more).
jim@mymail.com
frank@mymail.com
sue@mymail.com
sarah@mymail.com
bob@mymail.com
I multi select jim, sarah, bob (and possibly many others) it then puts the values in the textbox as follows.
jim@mymail.com; sarah@mymail.com; bob@mymail.com
Thank you.
I have a listbox which is filled with email addresses, I would like a script which once I have selected rows that I want in a multiselect listbox it will then put all the email addresses into a textbox as follows
say the listbox has the following email addresses (and many many more).
jim@mymail.com
frank@mymail.com
sue@mymail.com
sarah@mymail.com
bob@mymail.com
I multi select jim, sarah, bob (and possibly many others) it then puts the values in the textbox as follows.
jim@mymail.com; sarah@mymail.com; bob@mymail.com
Thank you.