P
Paul
Hi I have a list box that appears in a worksheet when cell
A1 is made active.
The list box is populated with 10 text-phrases from
another worksheet and formated thus:
With ListBox1
.RowSource = "Info!A1:A12"
.MultiSelect = fmMultiSelectMulti
.ListStyle = fmListStyleOption
End With
When the user selects an item in the list, I need the
listindex value added to the active cell and removed again
when the user deselects. I need the active cell to hold
multi-selcts in a comma seperated format.
Hope this makes sense. any ideas would be appreciated.
Thanks, Paul
Using XL 2000.
A1 is made active.
The list box is populated with 10 text-phrases from
another worksheet and formated thus:
With ListBox1
.RowSource = "Info!A1:A12"
.MultiSelect = fmMultiSelectMulti
.ListStyle = fmListStyleOption
End With
When the user selects an item in the list, I need the
listindex value added to the active cell and removed again
when the user deselects. I need the active cell to hold
multi-selcts in a comma seperated format.
Hope this makes sense. any ideas would be appreciated.
Thanks, Paul
Using XL 2000.