View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips[_4_] Bob Phillips[_4_] is offline
external usenet poster
 
Posts: 834
Default Validation list in data entry form

Unfortunately, that is just a very simple form.

If you want richer controls, you will need to build your own userform, add
the controls, and use VBA to control it.

--

HTH

Bob

"Steve M" wrote in message
...
Hi
I have a data validation list which I use in the spreadsheet for the user
to
select from the drop down. I would like the user to be able to user a
data
entry form instead of adding to the master sheet. Is there any way I can
create a form for this that will use the validation list drop down. When
I
tried 'data' and 'form' it only has text boxes.