Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to copy the value of the combobox to a cell and am having
difficulties. Below is the test I tried and could not get it to work. Private Sub ComboBox10_Change() If ComboBox10.Value = 0 Then Range(e4).Value = " " ElseIf ComboBox10.Value = 1 Then Range(e4).Value = "Urgent" ElseIf ComboBox10.Value = 2 Then Range(e4).Value = "Routine" End If End Sub Any help would be appreciated. Thanks Tim Duell Buckeye Shapeform |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy with ComboBox | Excel Programming | |||
how do I copy from textbox or combobox into a cell | Excel Programming | |||
Cut/Copy Combobox - I can't update | Excel Programming | |||
copy combobox - cell link to change automatically | Excel Worksheet Functions | |||
Inderect.Ext or copy -- Combobox | Excel Programming |