I'm trying to figure out how to execute more than one action using select case..
So, for example
Case 1: x = "Apple" AND y = "Peach"
making x = Apple is fine and straight forward.. but I can't figure out how to tell it to also make y = Peach
clearly using the word AND in between is not the real solution
thanks for your help!
So, for example
Case 1: x = "Apple" AND y = "Peach"
making x = Apple is fine and straight forward.. but I can't figure out how to tell it to also make y = Peach
clearly using the word AND in between is not the real solution
thanks for your help!