Hmmmmmmmm.....
Maybe you are talking about a userform, with a combo box
On sheet1 enter some values in cells A1:A5
go too vba(Alt F11)
insert userform
insert a combobox
double click on the combobox and insert this code
Insert a regular module then paste this code there
go to the forms tool bar and select and draw a button on the sheet, right click on the button and select assign macro
select the UsereForm1Show macro
and then OK
click the button and the userform should show,
hit the down arrow on the combo Box ,select a value and that value will show on B1
Obviously, this is just an example, but you can now use the codes to do your own thing
Bookmarks