Combobox

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

Guest

Thanks to all who are willing to help

I have a combobox that gets the items in it from a range. The range however
is sometimes expanded to cover more items. I cant make the combobox to show
these new added items. What should I do to let the combobox know that it
needs to update.
 
Hi,

You can name your range as dynamic name so if you add in the end of your
list it comes to you name range to make a dynamic name go to:
Insert> Name> Define

put the name in the top textboex (say MyDynamicName)
and put the following frmula to the refer to text box at the bottom ( asumed
your range starts from the cell A1)

=OFFSET($A$1,0,0,COUNTA(OFFSET($A$1,0,0,9999,1)),1)
link your combobox to the name

Thanks,
 

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

Back
Top