Hey
Im trying to get these two rows to work.
Me.ListSelector.ColumnCount = 4
Me.ListSelector.ColumnWidths = "0 cm;2 cm;3 cm;3 cm"
I got a listbox called ListSelector.
I want to define with VBA the column count and the column widths.
Cant find anything making this code wrong....