Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here are two ways
Private Sub ComboBox1_Change() ActiveCell.Value = ComboBox1.Value 'one way Cells(1, 2) = ComboBox1.Value 'another way End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combo Box & value reference | Excel Discussion (Misc queries) | |||
How to reference cell created from dropdown list in a combo box? | Excel Discussion (Misc queries) | |||
combo reference on another combo box for picking address etc. | Excel Worksheet Functions | |||
how to give cell reference using Combo Boxes in Excel? | Excel Discussion (Misc queries) | |||
VLooking Reference in Combo Box | Excel Programming |