sthrncaliguy
Board Regular
- Joined
- Jul 28, 2009
- Messages
- 213
I have a quick question..
I am populating a listbox via .additem, but when I do this there are several blank lines inserted between each item. I am not sure why this is the case.
I am adding items via a combobox..
So when the user changes a combobox, the onchange code reads:
With myListBox
.additem myCboBox.Value
end with
myCboBox.Value = ""
I am not sure why there is such a gap between each added item, but would like to know if there is a way around this... I didn't see any formatting options in the listbox properties that looked like they related to this behavior..
I am populating a listbox via .additem, but when I do this there are several blank lines inserted between each item. I am not sure why this is the case.
I am adding items via a combobox..
So when the user changes a combobox, the onchange code reads:
With myListBox
.additem myCboBox.Value
end with
myCboBox.Value = ""
I am not sure why there is such a gap between each added item, but would like to know if there is a way around this... I didn't see any formatting options in the listbox properties that looked like they related to this behavior..