Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can i protect a combox, on a form, from unwanted data entry.
ie only being able to select whats in the list, and not enter other text/numbers or leave blank. Many thanks --- Message posted from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Steelmaker;
Userform1.combobox1.Locked = True -- More Excel ? www.rosenkrantz.nl or ------------------------------------------------------------------- "thesteelmaker " wrote in message ... How can i protect a combox, on a form, from unwanted data entry. ie only being able to select whats in the list, and not enter other text/numbers or leave blank. Many thanks --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If a combobox from the control toolbox toolbar, look at the MatchRequired
property: From help: If the MatchRequired property is True, the user cannot exit the ComboBox until the text entered matches an entry in the existing list. MatchRequired maintains the integrity of the list by requiring the user to select an existing entry. -- Regards, Tom Ogilvy "thesteelmaker " wrote in message ... How can i protect a combox, on a form, from unwanted data entry. ie only being able to select whats in the list, and not enter other text/numbers or leave blank. Many thanks --- Message posted from http://www.ExcelForum.com/ |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I get combox in excel cell | Excel Discussion (Misc queries) | |||
Excel VBA - Userform Texbox/Scrollbar problem | Excel Programming | |||
excel vba- userform problem | Excel Programming | |||
Excel VBA - Userform Checkbox/Textbox Problem | Excel Programming | |||
excel VBA - Userform cmd problem | Excel Programming |