Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 53
Default Limit data entered to list (drop-down control)

Hello,

I have not used the data validation function in excel because I need to
change the font/language of the drop-down list. As suggested by this forum
(thanks!), I have used the drop-down list control to achieve this. However,
now I cannot stop the user from entering data that is different to what is in
the list (ListFillRange). I have tried the "match required" property but
this has no effect.

Any hints as to how I can limit the user's selection to the list
(ListFillRange) while using a drop-down list control? (Essentially, I want it
to behave as the LimitTopList property in access).

Thanks,
Ronnie.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 60
Default Limit data entered to list (drop-down control)

Have a look at the properties of your dropdown list/ComboBox. You
should be able to change the 'MatchRequired' property to 'True'

HTH,
NickH

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Limit data entered to list (drop-down control)

Set the ListFillRange property to your list of cells, and change
the Style property to 2 - StyleFileDropDownList. This will limit
input to only the values in the ListFileRange.



--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com

"Ronnie" wrote in message
...
Hello,

I have not used the data validation function in excel because I
need to
change the font/language of the drop-down list. As suggested by
this forum
(thanks!), I have used the drop-down list control to achieve
this. However,
now I cannot stop the user from entering data that is different
to what is in
the list (ListFillRange). I have tried the "match required"
property but
this has no effect.

Any hints as to how I can limit the user's selection to the
list
(ListFillRange) while using a drop-down list control?
(Essentially, I want it
to behave as the LimitTopList property in access).

Thanks,
Ronnie.



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Limit data entered to list (drop-down control)


Hi Ronnie,
This page or the links may be of help...

http://www.contextures.com/xlDataVal01.html

hth
Rob Brockett
NZ
Always learning & the best way to learn is to experience...


--
broro183
------------------------------------------------------------------------
broro183's Profile: http://www.excelforum.com/member.php...o&userid=30068
View this thread: http://www.excelforum.com/showthread...hreadid=541488

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
How to control drop down list width DocBrown Excel Worksheet Functions 4 March 17th 09 06:03 PM
Can I limit the way data is entered into cell (shift/ctrl/;) ? ReneeM Excel Discussion (Misc queries) 1 February 29th 08 08:12 PM
Drop down list limit to list Dropdown3 Excel Discussion (Misc queries) 4 March 3rd 06 09:54 PM
Limit drop down list and linking to other info Intuit Excel Worksheet Functions 13 February 2nd 06 09:48 PM
how do I make drop-down list select based on 1st letter entered? Missykender Excel Discussion (Misc queries) 3 October 6th 05 11:55 PM


All times are GMT +1. The time now is 11:14 AM.

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

About Us

"It's about Microsoft Excel"