Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a combo box with the rowsource tied to a range in a
worksheet. The selections are sinlge letters (A, B, C etc.). I have a change event program recorded so that a cell in a worksheet will change when the combo box changes. However, when I activate the user form and tab to the combo box in question and type in a letter the cell value doesn't change. If I use the drop down box, it will. ??? SDC |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() -----Original Message----- I have a combo box with the rowsource tied to a range in a worksheet. The selections are sinlge letters (A, B, C etc.). I have a change event program recorded so that a cell in a worksheet will change when the combo box changes. However, when I activate the user form and tab to the combo box in question and type in a letter the cell value doesn't change. If I use the drop down box, it will. ??? SDC . Does the After_Update event work. I have found this better to use sometimes. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
No...that didn't work either. This is strange for all the
other combo boxes work like a charm? -----Original Message----- -----Original Message----- I have a combo box with the rowsource tied to a range in a worksheet. The selections are sinlge letters (A, B, C etc.). I have a change event program recorded so that a cell in a worksheet will change when the combo box changes. However, when I activate the user form and tab to the combo box in question and type in a letter the cell value doesn't change. If I use the drop down box, it will. ??? SDC . Does the After_Update event work. I have found this better to use sometimes. . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have you tried to set the ControlSource to the cell in question?
The cell should automatically reflect the combobox when you exit the box. -- sb "scrabtree23" wrote in message ... No...that didn't work either. This is strange for all the other combo boxes work like a charm? -----Original Message----- -----Original Message----- I have a combo box with the rowsource tied to a range in a worksheet. The selections are sinlge letters (A, B, C etc.). I have a change event program recorded so that a cell in a worksheet will change when the combo box changes. However, when I activate the user form and tab to the combo box in question and type in a letter the cell value doesn't change. If I use the drop down box, it will. ??? SDC . Does the After_Update event work. I have found this better to use sometimes. . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combobox Click event triggered when copying worksheet | Excel Programming | |||
Generic ComboBox change event | Excel Programming | |||
Combobox Change Event when file is saved as | Excel Programming | |||
ComboBox Event Procedure problem | Excel Programming | |||
Excel 2000 ComboBox Code Change event | Excel Programming |