was wondering if there was a shortcut for doing a multi Or if statement

like

if data = "a" or data="b" or data ="c".

I could use a select case then do case a,b,c..etc..

but wanted to know if there was something else first.