View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Cell Bound Combo Box

Adrian,

If you just want a drop-down, you can use Data Validation (DataValidation).

Comboboxes are not tied to cells, although they can be linked to cells for
input/output.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Adrian Soper" wrote in message
...
I am trying to create a combo box that is bound to a cell
within excel. Can anyone assist?