Excel VBA - IF ELSE through a table column

Viewed 23

I'm trying to figure how can I check the value of a specific cell in a table column, and following that result call a specific code.

Imagine that it's the column A, the idea it's to start checking A2 and if the result is "Yes" call a code, if not call another code, and this until the rest of the column range that it's variable (A3, A4, A5) and so on.

Do you guys have any idea?

0 Answers
Related