Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello world,
I would like to add combo box on Sheet1 and that combo have some values to select. I know how to put combo box, although there are 2 ways, with Forms toolbar and Visual Basic toolbar. I don't know what code to put in combo. Then, I would like that value selected in combo is displayed in cell D10. Your help is appreciated. Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use a Forms combox, create a data list on a sheet, link that list to the
combo, and the target cell. Just Right-click the combo, FormatControl tab. -- HTH RP (remove nothere from the email address if mailing direct) "Marc" wrote in message ... Hello world, I would like to add combo box on Sheet1 and that combo have some values to select. I know how to put combo box, although there are 2 ways, with Forms toolbar and Visual Basic toolbar. I don't know what code to put in combo. Then, I would like that value selected in combo is displayed in cell D10. Your help is appreciated. Thanks. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to create data list in VBA. How to do this?
Thanks |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Define what !you! mean by data list.
-- HTH RP (remove nothere from the email address if mailing direct) "Marc" wrote in message ... I would like to create data list in VBA. How to do this? Thanks |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks,
I have managed like you said, I thought I have to add values (for selection in combo) through VBA. I didn't know I could do it by Format, Control Tab. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
new user with easy question? not easy for me | New Users to Excel | |||
Easy question? | Excel Programming | |||
Easy question (Combo Box) | Excel Programming | |||
easy combo box issue | Excel Programming | |||
easy combo box question | Excel Programming |