I am using a listbox that contains 3 columns. I have managed to get the transfer of data to the sheet successfully but I need an empty column in the new worksheet. Is there code that will direct each column to where I want it? Example: List box looks like this:
Code Size Color
45 11 Yellow
46 11 Blue
The worksheet that this is transferring to needs to look like this:
Code Qty Size Color
45 11 Yellow
46 11 Blue
(With qty being a number that can be entered after all of the selections are done.)
I appreciate any help that can be given. Thanks!
Bookmarks