Listbox Locked After Adding ListRange via VBA
You are a whiz!
"JLGWhiz" wrote in message
...
Be sure the enabled property = true
and make sure you are not in design mode.
Is it set to multiselect or single
Bound Column = ?
You probably need to read up on list box in VBA help.
"Ross Culver" wrote:
I have a listbox whose listrange is set via vba. Upon opening the
workbook,
the list is set fine; however, when you click on it, no items can be
selected, nor can you scroll the list. The listbox is locked. If I
click
the 'Design Mode' button from the Controls Toolbox toolbar to go to
design
mode and then click it again to exit design mode, the listbox works.
Is there property that I can set to free up this listbox? Some sort of
application.designmode = false, or something?
Thanks,
Ross
|