how can i get the winner of my a tic tac toe games? i'm using 9 lables on the game, so can i do something like:

If blah = "123" or 157" Then
Msgbox "Winner"
End If

But the question is, do I have to do and "If" statement for 123, 157, ect; to get the winner, or is there a quicker and shorter way?