Hi everyone,
Still pretty new to VBA and kind of learning as I go and have come to a halt with one thing I'm trying to do. I have a form built for a team to input data about meetings they hold and I want them to be able to choose multiple items from a list of "meeting purposes" and not have to enter multiple entries for the same meeting to show that they actually discussed various topics. I have built the List Box into my form, and figured out how to clear it and set it to multi-select, but I cannot figure out how to get the data to save to my excel sheet when someone clicks "submit" on my form. All the other information from the form is saving correctly, but the column where "meeting purpose" should go remains blank whether i choose only 1 item or multiple items within the ListBox.
Any ideas how to get the data from the form into my data set?
Thanks a lot!
Still pretty new to VBA and kind of learning as I go and have come to a halt with one thing I'm trying to do. I have a form built for a team to input data about meetings they hold and I want them to be able to choose multiple items from a list of "meeting purposes" and not have to enter multiple entries for the same meeting to show that they actually discussed various topics. I have built the List Box into my form, and figured out how to clear it and set it to multi-select, but I cannot figure out how to get the data to save to my excel sheet when someone clicks "submit" on my form. All the other information from the form is saving correctly, but the column where "meeting purpose" should go remains blank whether i choose only 1 item or multiple items within the ListBox.
Any ideas how to get the data from the form into my data set?
Thanks a lot!