Hello,
I am starting with VBA and I'd like to know if it was possible to use list from a worksheet inside the code. I wouldn't want to create an array as my list is pretty long. I would like to have an if statement that goes like:
If Range("A1").Value IN [a liste of value inside the worksheet] Then
...
Is there a way to do that?
Thanks in advance!
I am starting with VBA and I'd like to know if it was possible to use list from a worksheet inside the code. I wouldn't want to create an array as my list is pretty long. I would like to have an if statement that goes like:
If Range("A1").Value IN [a liste of value inside the worksheet] Then
...
Is there a way to do that?
Thanks in advance!