Hello,
I'm writing some VBA code for an Excel sheet.
What I want to do is run an IF statement to run some code. The IF has to be triggered if a value in a target cell is in an array.
So if the target cell value is in the array the code runs, if it isn't I use Else, EndIF to bypass the code.
I'm at a loss and would appreciate any help.
