populating a validation list

  • Thread starter Thread starter Risky Dave
  • Start date Start date
R

Risky Dave

Hi,

I have some code that populates a data validation list automatically. The
list has approxiately 20 entries and the VB code will not allow me to have
that many - it throws up an error message when trying to run the line.

To get round this, I have simply pointed the code at a range of cells way
off from where the user will be working. The problem with this is that if
rows are deleted, the references become invalid, as the list of valid entries
effectively "moves up" the page.

Can anyone suggest another way around the limit VB is placing on the number
of items in my list?

TIA

Dave
 

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