LIST BOX

1

123

Thank you:

How to Using (Mouse Only) to select Multiple(many) item in the list box

Thank you
 
C

Cheryl Fischer

Set the MultiSelect property of the list box to "Simple". Multiple items
can then be selected or deselected by clicking them with the mouse (or
pressing the SPACEBAR).
 
Top