If intVar could possible be an integer 1,2,3...10, how could I check for that in an If...Then structure. IOW, is it possible to do something like this: If intVar = [1,2,3] Then blah Or If intVar = [3-5] Then blah With strings? If strVar = ["X","Y","Z"] Then blah Or If strVar...