Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a combobox with 10 items in the first line of an
excel sheet column. I'd like to create a macro to fill active cell with a value from this combobox. How should I do? Thanks for support! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub Combobox1_Click()
ActiveCell.Value = Combobox1.Value End Sub -- Regards, Tom Ogilvy "pandino" wrote in message ... I have a combobox with 10 items in the first line of an excel sheet column. I'd like to create a macro to fill active cell with a value from this combobox. How should I do? Thanks for support! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro recorded... tabs & file names changed, macro hangs | Excel Worksheet Functions | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
My excel macro recorder no longer shows up when recording macro | Excel Discussion (Misc queries) | |||
comobox | Excel Discussion (Misc queries) | |||
ComoBox Resluts | Excel Programming |