Searched, couldn't find it.. I'm looking to simplify this:

if ((menuSelection != 'A') || (menuSelection != 'B') || (menuSelection != 'C') || (menuSelection != 'D') || (menuSelection != 'X'))

Can anyone help?

Thanks in advance..

Andrew