I know about the OR operator, but does VBA have an OR function that can take in multiple arguments such as OR(x,y,z)?
I can't find one. I have a loop which will loop through columns 1 thru 20. But I want to skip over some columns. So upon entering the loop, there would be an IF statement testing which column number the macro is currently on.
Bookmarks