I'm using Excel 2010
I'm trying to loop through an UserForm and access all the values selected in each control. The userform contains ComboBoxes, TextBoxes, and ListBoxes. Multiselect function is enabled in all listboxes.
It seems that I can't access the value of each control using ctrl.Value![]()
Please Login or Register to view this content.
Each control will have its value written on a new column on the same row. Each ListBox with multiple items will have all its selected items written down the same column on new rows.
EDIT:
I realized that values can be access with ctrl.Value for TextBox and ComboBox. I need help to access values selected on ListBoxes
Bookmarks