Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default Validation list in data entry form

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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
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.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Validation list in data entry form

Add a combobox from the toolbox and set the Rowsource prooperty to a cell
range.
--
Jacob (MVP - Excel)


"Steve M" wrote:

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.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Validation list in data entry form

If you are new to VBA ; from workbook launch VBE using short-key Alt+F11.
From menu 'Insert' a 'UserForm' and check out the toolbox controls
available...

Also check out the topic 'Excel Data Entry Worksheet Form' by Dave Peterson
which do not use a userform
http://www.contextures.com/xlForm02.html

--
Jacob (MVP - Excel)


"Jacob Skaria" wrote:

Add a combobox from the toolbox and set the Rowsource prooperty to a cell
range.
--
Jacob (MVP - Excel)


"Steve M" wrote:

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.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default Validation list in data entry form

Many thanks for the tip, I will defiantly have to go down this route.

"Bob Phillips" wrote:

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.



.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
data validation list form sheet [email protected] Excel Worksheet Functions 1 January 24th 09 12:12 AM
Data Validation on Data Entry Form Trevor Aiston[_2_] Excel Discussion (Misc queries) 1 November 19th 08 04:32 PM
Search for a specific entry in a long data validation list Heinrich Excel Discussion (Misc queries) 1 May 4th 07 07:29 PM
Data Entry Form and List Bethany L Excel Discussion (Misc queries) 0 February 17th 06 04:21 PM
Data entry form - Add to list akid12 Excel Discussion (Misc queries) 1 June 4th 05 01:27 PM


All times are GMT +1. The time now is 06:42 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"