Resetting Combo Boxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top