Input Box Drop-Down List

  • Thread starter Thread starter Chris Morgan
  • Start date Start date
C

Chris Morgan

I have an input box for the user to enter a piece of data,
which is assigned to a particular variable, and in turn
entered into a particular cell. The data input into the
box, however, must be one of only a certain list of
values. Am I able to create a drop-down list within the
InputBox in order for only these particular values to be
allowed to be input?

Many thanks in advance,

Chris
 
No, you would need to create a userform with a combobox to get that
functionality.
 

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