Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello...I created a userform with several text boxes and three comboboxes
with lists which pull from a named list range elsewhere in the workbook. I was able to get the first list to drop on entry using: "Private Sub UserForm_Activate() Entity.DropDown End Sub" However, I have two more comboboxes with lists which I would like to drop down on entry as I tab into the field. They are separated (in terms of order) by textbox fields, if that makes a difference. Does anyone know how I can do this? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use the OnEnter event for each of the comboboxes (choose the combobox's name
in the top left drop down then the Enter event in the top right drop down in VBE). "Daniel A." wrote: Hello...I created a userform with several text boxes and three comboboxes with lists which pull from a named list range elsewhere in the workbook. I was able to get the first list to drop on entry using: "Private Sub UserForm_Activate() Entity.DropDown End Sub" However, I have two more comboboxes with lists which I would like to drop down on entry as I tab into the field. They are separated (in terms of order) by textbox fields, if that makes a difference. Does anyone know how I can do this? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you! OnEnter worked! Your help is very much appreciated!
"Smallweed" wrote: Use the OnEnter event for each of the comboboxes (choose the combobox's name in the top left drop down then the Enter event in the top right drop down in VBE). "Daniel A." wrote: Hello...I created a userform with several text boxes and three comboboxes with lists which pull from a named list range elsewhere in the workbook. I was able to get the first list to drop on entry using: "Private Sub UserForm_Activate() Entity.DropDown End Sub" However, I have two more comboboxes with lists which I would like to drop down on entry as I tab into the field. They are separated (in terms of order) by textbox fields, if that makes a difference. Does anyone know how I can do this? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would have a look at the SUMIF function instead (look in Help).
"Daniel A." wrote: Hello...I created a userform with several text boxes and three comboboxes with lists which pull from a named list range elsewhere in the workbook. I was able to get the first list to drop on entry using: "Private Sub UserForm_Activate() Entity.DropDown End Sub" However, I have two more comboboxes with lists which I would like to drop down on entry as I tab into the field. They are separated (in terms of order) by textbox fields, if that makes a difference. Does anyone know how I can do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
LIST ENTRY ENABLE DROP DOWN LIST TO ACCEPT MORE THAN 1 ENTRY | Excel Discussion (Misc queries) | |||
how do I link a drop down list entry to a new drop down cell? | Excel Discussion (Misc queries) | |||
How Do I Get A ComboBox To Add Entry To It's List If Not In List | Excel Programming | |||
ComboBox list reliant on the entry from a different ComboBox | Excel Programming | |||
Combobox - add manual entry to future list | Excel Programming |