Hi,
try this:
if instr(1,strSelected,"None") >0 and ubound(split(strSelected,vbCrLf)) >0
then
...

Signature
Best regards,
___________
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
> Hi,
> I have a multiselect box that has a number of choices, one of which is
[quoted text clipped - 26 lines]
> Thank you for any ideas,
> Karl
Karl H - 02 Mar 2007 17:36 GMT
Hi Alex, thank you for responding. Trying the code, it brings up the MsgBox
when "None" is selected by itself, and that should be an acceptable response.
How should I change it the code?
Thank you very much,
Karl
> Hi,
> try this:
[quoted text clipped - 33 lines]
> > Thank you for any ideas,
> > Karl
Karl H - 02 Mar 2007 22:51 GMT
Hi again,
I changed your last code to: ....ubound(split(strSelected,vbCrLf)) >1
and that took care of the glitch with "none" triggering the message box.
Thank you, again, it was very helpful,
Karl
> Hi,
> try this:
[quoted text clipped - 33 lines]
> > Thank you for any ideas,
> > Karl