VBA: Support for IN statements
I would like to see the VBA environment support in statements.
E.g.:
If X in (1,5,7)
or
If Y in ("Open","Ready")
I know we can use case statements, but sometimes the code can become a lot more concise with an In statement.
3
votes

1 comment
-
Andy Rice commented
Sounds very useful. I was surprised Excel did not have this.