Listbox Multi Select

G

Guest

Hi All!
I have a multi-select liststyleoption (checkboxes) listbox on a worksheet.
Is there any way to mimic Explorer "Shift Select" behavior? I'd like the
user to check a list item, hold the shift key, select another item, and have
all items in between automatically get checked. How would I make that happen
using VBA?

Thanks!
Mike
 
B

Bob Phillips

take the fmMultiSelectExtended option.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
G

Guest

Awesome! Thanks a lot!

Bob Phillips said:
take the fmMultiSelectExtended option.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

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