Resetting Combo Boxes

S

Stan

Hi all,

Sorry for what is a very simple question, but:

I want to reset the value of a combo box to the initial value given in its source list.
How would I do this assuming the list range is called "Parts", and is based on the click of a button?

Thanks
Stan
 
B

Bob Phillips

Combobox.ListIndex=0

--

HTH

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

Stan said:
Hi all,

Sorry for what is a very simple question, but:

I want to reset the value of a combo box to the initial value given in its source list.
How would I do this assuming the list range is called "Parts", and is
based on the click of a button?
 
Top