View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Zych[_2_] Tim Zych[_2_] is offline
external usenet poster
 
Posts: 41
Default Fill a combo box from a named area on a sheet

Enter HotelData into the RowSource property, not ControlSource.


"Phil Walker" wrote in message
...
I have a list of Hotels on a sheet with columns: location,
name and rate (the list is named HotelData). On another
sheet I want to be able to select from that list, possibly
via a combo or list box, with the data transferred to the
relevant cells. Then by inputting the no of nights in
another column I can thus build up a holiday itinerary
with cost details. Trouble is I cant get the HotelData
name accepted by the combo box control source on the
properties sheet.
Help!