You can do something like that using Validation on the data menu:
Settings tab, choose Allow List
then in the source box type Denmark, Sweden, Norway (just like that with commas and all) and you're there.
Thanks a whole lot Ben. That's what I wanted. Is it possible to have the listbox permantly visible? The box is only shown when I select the cell which contains the list.
Barry
You might find what you want at http://geocities.com/aaronblood/ExamplesVBA.html
under CoolBox VBA.xls
Celia
Thanks Celia,
However, it is not what I was looking for.
What I'm looking for is something like a validation list. However, a validation list only shows the list box when the cell is active. I'm looking for a listbox just like the Validation list but which is visible at all times.
Grtx,
Barry
What you are after is either the
1) the forms Combobox avail from
your commandbars "Forms" or
2) the ActiveX Combobox available from
your commandbars Control tollbox
Have a look via right clicking the commandbar
area.
See online help.
Ivan