View Single Post
  #1   Report Post  
Michael Excel Dude Michael Excel Dude is offline
Junior Member
 
Posts: 12
Talking User Forms - Combo Boxes

I'm designing a user form with Combo Boxes/List Boxes. I have three related questions:

1. My combo box shows my list, but allows other input (other than the value of the lists). How can I restrict entry to the only the choices on the list?

2. I've set up my combo box with a reference to a range for the box values. How do I embed the list values directly in the code instead of a reference to cells?

3. When the user enters info in the various boxes of the user form, how can I show a cell/box within the user-form showing the result of a formula which uses the values entered in the form?

Any help would be appreciated.

Thanks!