Porsche996GT2
Programmer
Hello all,
I'm trying to get the listbox columnwidths property to work though the syntax that MS Excel VBA Help provides does not work. Here's part of the code:
Private Sub BO_Selection_Form_Initialize()
With Me
With .BO_Listbox
.ColumnCount = 3
.ColumnWidths 36;20;200
.RowSource = BO_Select_Range
End With
End With
End Sub
Also, how do you incorporate a horizontal scrollbar in this situation?
TIA!
I'm trying to get the listbox columnwidths property to work though the syntax that MS Excel VBA Help provides does not work. Here's part of the code:
Private Sub BO_Selection_Form_Initialize()
With Me
With .BO_Listbox
.ColumnCount = 3
.ColumnWidths 36;20;200
.RowSource = BO_Select_Range
End With
End With
End Sub
Also, how do you incorporate a horizontal scrollbar in this situation?
TIA!