Testing MultiSelct List box for values

M

Mark A. Sam

Hello,

Is there a way to test if a multi-select list box has nothing selected
without iterating through the list?

Thanks and God Bless,

Mark A. Sam
 
S

Sandro Peruz

Mark A. Sam said:
Hello,

Is there a way to test if a multi-select list box has nothing selected
without iterating through the list?

Thanks and God Bless,

Mark A. Sam

Hi Mark,

If Me!YourListBox.ListIndex = -1 Then
.....
end if

ciao, Sandro
 

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