block manual entry

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

Guest

I have a spreadsheet that has 2 columns in it that are linked to dropdown
lists. Depending on the selection made in the first column determines what is
available in the second list.

My problem is that if the user types in the vale instead of selecting it
from the list (even if what they type is correct) then my code for some
reason is not run and the next columns list will be wrong.

Is there a way that I can force the user to use the dropdown list for that
column? That is they can't simply type in the value?
 
Hi Keith

It sounds like you are using a combobox on a worksheet? if so right
click the control in design mode and select the properties option from
here set the "Style" to frmstyledropdownlist this changes it from a
combobox that lets you type in your own value to just a dropdown list
of values that can't be edited by the user.

Hope this helps

S
 

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


Back
Top