ComboBox

Location: http://www.mvps.org/dmcritchie/excel/combobox.htm      
Home page: http://www.mvps.org/dmcritchie/excel/excel.htm
[View without Frames]

Populate

Private Sub UserForm_Initialize()
    ComboBox1.AddItem "New"
    ComboBox1.AddItem "Rebuild"
    ComboBox1.AddItem "Used"
    ComboBox1.AddItem "Upgrade"
End Sub

Related


This page was introduced on July 5, 2003. 

[My Excel Pages -- home]    [INDEX to my site and the off-site pages I reference] 
[Site Search -- Excel]     [Go Back]    [Return to TOP

Please send your comments concerning this web page to: David McRitchie send email comments


Copyright © 1997 - 2004,  F. David McRitchie,  All Rights Reserved