Combo Edit box

  • Thread starter Thread starter SoNew2This
  • Start date Start date
S

SoNew2This

Can someone point me in the right direction? I would like to create a combo
box or even a list box but also have the ability for the user to be able to
add and deleted items in the list. Is this possible in VBA?
 
You can create a dynamic named range and insert that into the combox box. Go
to youtube and type in Dynamic Combobox... I was bored at work one day and
put that on there for a friend.
 
Thanks, that was a very nice link. I was hoping to "go the other way" and
enter or delete the data in the list box and have it write to the area in
the worksheet, instead of workbook to list?

What I am trying to do is present a list of say predefined song titles and
then have the user be able to either add to the list or remove from the list
those names without accessing the underlying area of the worksheet. Am I off
base here?

Thanks again.
 
Thanks, that was a very nice link. I was hoping to "go the other way" and
enter or delete the data in the list box and have it write to the area in
the worksheet, instead of workbook to list?

What I am trying to do is present a list of say predefined song titles and
then have the user be able to either add to the list or remove from the list
those names without accessing the underlying area of the worksheet. Am I off
base here?

Thanks again.

Yes, it's possible. It's kind of messy to run forms like what you
describe without saving the data somewhere, but it can work ...

If you have any specific questions, post 'em here after you do a
little reading here: http://www.contextures.com/xlUserForm01.html

HTH

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

combo box 2
Combo Box row Source 2
Prevent edit on combo box? 1
Disabling the Combo Box 6
Having trouble with combo boxes. 11
combo boxes 7
Positioning drop down box over listbox entry 1
Combo Box Unique Entries 1

Back
Top