Excel Worksheet ListBox

J

John Howard

I have a worksheet multiselect ListBox that despite not being locked and
being enabled does not allow any selection to be made.

Any ideas on why this is?
 
O

OssieMac

Hello John,

Firstly there are 2 type of List Boxes. One from the Forms Toolbar and and
ActiveX one from the Control ToolBox toolbar. (In xl2007 they are named in
the selection dropdown panel). Which one are you using?

What do you mean by 'does not allow any selection to be made'? Are you
getting an error message indicating it is protected or are you just not able
to highlight your required selections?

If using a Forms toolbar ListBox and getting a protected message then ensure
that you don't have a linked cell that is locked. (Being multiselect the
linked cell will always display zero even though you are able to set it but
it will cause an error on selections.)
 
J

John Howard

Hi Ossie,
Thanks for responding.

My ListBox that I am using is ActiveX type in Excel 2003.

I am not getting any error message, the list though fully visible does not
allow any items to be selected.

Being a MultiSelect ListBox the LinkedCell property is left blank
The worksheet is not protected
The property Locked = False and Enabled = True

I have used ActiveX ListBoxes many times but have never encountered this
before.
It's driving me nuts :-:
 
Joined
Feb 18, 2013
Messages
1
Reaction score
0
I know this is a very old post but in case anyone else comes across this issue I thought I would respond. I have had the same problem with a multi select activex list box appearing to lock / freeze. After a lot of investigation I have removed all screen updating in all the macros and it seems to be fixed.

Code:
application.screenupdating = false
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top