hedgehog88
New Member
- Joined
- Mar 25, 2011
- Messages
- 6
Hello all,
First off I have been using this forum for a 2 weeks as a resource and was able to complete 50% of my VBA project. So thank you to all that have contributed their answers for us newbies to look up
Now, I don't know why I couldn't find the answer to my question (probably wrong choices of keywords to search) so this will be my first thread question.
I have a userform with a couple of comboboxes populated with lists. I would like have these comboboxes be able to update its list with new entries when type in. Does that make sense?
For example, Column A has 3 entries:
AA
BB
CC
The combobox associated with that list should be able to add "DD" as the 4th entry when entered, and added after applying the add command. So after going back to the sheet with the list it should be:
AA
BB
CC
DD
I hope what I'm asking is understandable. Any confused, please let me know and I'll, again, try my best to explain it.
Thanks in advance.
First off I have been using this forum for a 2 weeks as a resource and was able to complete 50% of my VBA project. So thank you to all that have contributed their answers for us newbies to look up
Now, I don't know why I couldn't find the answer to my question (probably wrong choices of keywords to search) so this will be my first thread question.
I have a userform with a couple of comboboxes populated with lists. I would like have these comboboxes be able to update its list with new entries when type in. Does that make sense?
For example, Column A has 3 entries:
AA
BB
CC
The combobox associated with that list should be able to add "DD" as the 4th entry when entered, and added after applying the add command. So after going back to the sheet with the list it should be:
AA
BB
CC
DD
I hope what I'm asking is understandable. Any confused, please let me know and I'll, again, try my best to explain it.
Thanks in advance.