Update combobox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a combo box on one sheet that contains a dynamic range/list on
another sheet. I've added items to this list and my combo box does not
automatically update. I tried the refreshAll event and that doesn't work.
When I close my workbook and reopen, the combo box has changed. I assume
there is a simple solution??

Thanks,
Aaron
 
Aaron,
Using a combobox from the Forms toolbar...
Name the list on the other sheet.
Update it by inserting rows into the list.
Use the name of the list as the source for the combobox..."Book2!MyList"
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"Aaron" <[email protected]>
wrote in message
Hi,
I have a combo box on one sheet that contains a dynamic range/list on
another sheet. I've added items to this list and my combo box does not
automatically update. I tried the refreshAll event and that doesn't work.
When I close my workbook and reopen, the combo box has changed. I assume
there is a simple solution??
Thanks,
Aaron
 

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
Listbox populated based on Combobox 2
Populate Combo Box 6
non-repeating Comboboxes values 9
Wookbook Update from User Form 8
ComboBoxes 1
Why macro cannot refreshall? 7
Wookbook Update 10

Back
Top