
08-24-2001, 09:05 PM
|
|
Iron-Fisted Programmer
Retired Moderator * Guru *
|
|
Join Date: Jul 2001
Location: Fayetteville Arkansas USA
Posts: 18,127
|
|
Re: Listbox
|
You have to use the RowSource property of the Listbox. First, you need
to set the RowSourceType = "Value List". Then you can assign the
RowSource, separating the lines with a ;
List0.RowSource = "'Line1';'Line2';'Line3'"
I think therefore I am... sometimes right. [img]images/icons/wink.gif[/img]
|
|