Hi I need a VBA script which will run through each selected value in a Listbox and print the value into a cell.
So selected are Answer 1, Ans 4, Ans 6, Ans 7, Ans9, Ans 10...
It'll, in turn, change the value of A1 to be "Answer 1", then replace that cell with the next value, "Ans 4", then the next value selected, "Ans 6"... And so on until all selections have been printed and no more remain. It should skip any values from the ListBox not highlighted.
Thanks in advance!
So selected are Answer 1, Ans 4, Ans 6, Ans 7, Ans9, Ans 10...
It'll, in turn, change the value of A1 to be "Answer 1", then replace that cell with the next value, "Ans 4", then the next value selected, "Ans 6"... And so on until all selections have been printed and no more remain. It should skip any values from the ListBox not highlighted.
Thanks in advance!