D
DS
I'm trying to set a Listbox with a Value List in VBA but the actual list
itself is giving me problems.
Me.List5.RowSourceType = "Value List"
Me.List5.RowSource = (;1;"Main";2;"Mod";3;"Sub")
Me.List5.ColumnCount = 3
Me.List5.ColumnWidths = ".4 in;.4 in;4 in"
It's the rowsource......
Any help appreciated.
Thanks
DS
itself is giving me problems.
Me.List5.RowSourceType = "Value List"
Me.List5.RowSource = (;1;"Main";2;"Mod";3;"Sub")
Me.List5.ColumnCount = 3
Me.List5.ColumnWidths = ".4 in;.4 in;4 in"
It's the rowsource......
Any help appreciated.
Thanks
DS