I'm creating a program that generate new form using userform.
So basically there are two list box, the first has all column titles and second is selected column titles. Between those two list boxes are two buttons: add and delete.
The above works fine, but I have one last step to define the button to generate new form.
The idea is that once the user clicks the button, it will generate new forms according to the selected column titles.
My logic is that find the listbox item matches to the form cell, copy the entire column below and paste to the new sheet.
The following are my code, which can't compile..
// SelectedC is the 2nd list box name.![]()
Please Login or Register to view this content.
Someone help me please!
Thank you very much for your help!
Bookmarks