Word Form

R

randrob

making a word for drop down needed nore then 25 entries

i have succesfully added the VBA to do this

now the issue i have is this

here is the code to fill the drop down bok for a form

Private Sub UserForm_Initialize()

ComboBox1.ColumnCount = 1

'Load data into ComboBox

ComboBox1.List() = Array("FCI-Allenwood", "FCI-Loretto",
"FCI-McKean", "Chick Buckbee Juv Center")

End Sub


as i enter felds into the = array area
it gets to the point that it will not let me type in any more data (in
the sample code above i have 4 when done there wil be about 125)

what i need to know is how to make the array info continue on the next
line

hope i explained this correctly

thanks for any help
 
D

Doug Robbins - Word MVP

Space Underscore Enter

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 

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