Combo List box

G

Gibbie

I have created a combo list box and need to import a list of schools from
excel. How to I enter the array so I can import this list instead of typing
in as shown???
Private Sub UserForm_Initialize()

ComboBox1.ColumnCount = 1

'Load data into ComboBox

ComboBox1.List() = Array("Ascension of Our Lord", "Bishop Carroll",
"Bishop Grandin", "Bishop Kidd", "Bishop McNally", "Bishop O 'Byrne",
"Blessed Brother Andre Centre", "Blessed Damien",
 

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

Top