I have looked everywhere on how to make this happen and I can't seem to find anything. I have Listbox1, Listbox2, and ListBox3 on Userform1 that has multiple values for the user to select. I would then like the selected values to be placed in a column (let's say starting at cell C1 for ListBox1, D1 for Listbox2 and then E1 for ListBox3) when they click on the command button.

What is the code to make that happen? I appreciate the help.