dizzydunham
New Member
- Joined
- Mar 22, 2014
- Messages
- 30
So far I have learned how to populate the list boxes and combo boxes from the table and ranges. (userform)
I have learned how to send the multi selected items of 1 list box to a selected cell on command button click.
I have in the past sent values (textbox) to the bottom row of a table using row count method.
My problem(s) are sending selected items to the last row of the table rather than a selected cell. (I'm guessing I may be on right path but not laid the code out correctly)
AND how to work with more than 1 list box when sending the selections to the table.column.
Unlike textboxes I have found out you cant just send
.Offset (rowcount,5) = listbox.value
.offset (rowcount,6) = nextlistbox.value
searched the web for what feels like a life time - any pointers or code samples gratefully received.
I have learned how to send the multi selected items of 1 list box to a selected cell on command button click.
I have in the past sent values (textbox) to the bottom row of a table using row count method.
My problem(s) are sending selected items to the last row of the table rather than a selected cell. (I'm guessing I may be on right path but not laid the code out correctly)
AND how to work with more than 1 list box when sending the selections to the table.column.
Unlike textboxes I have found out you cant just send
.Offset (rowcount,5) = listbox.value
.offset (rowcount,6) = nextlistbox.value
searched the web for what feels like a life time - any pointers or code samples gratefully received.