View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Combox box question

Yes, set-up the information in a worksheet and use the ListFillRange
property (RowSource if a userform) to point at that range.

--

HTH

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

"David Goodall" wrote in message
...
Hi,
Is there a way to populate more than one combobox with the same

information
apart from just repeating the code?

At the moment I'm using the additem function.

Many thanks
David