this sounds dumb and can't really find what I am looking for online; but is there an alternative to wasting two code lines after THEN for this below. Is there some character>> I have also tried using AND between e and z - it doesn't work.
Code:
If x = 12 Or x = 13 Or x = 15 Or x = 16 Or x = 17 Or x = 18 Or x = 23 Or x = 25 Then
z = 5
e = 2