I'm learning VBA at the moment but don't fully understand it yet. In this case below we're learning how to create a custom function. Can someone explain what's happening here? I'm not following.
I get what the function is trying to do. I'm good there. But it seems to me we're creating a function called IF_GREEN, and in that, if the cell color is green, then we're running the IF_GREEN function. How does that make sense? It seems like a self-referencing definition?
I get what the function is trying to do. I'm good there. But it seems to me we're creating a function called IF_GREEN, and in that, if the cell color is green, then we're running the IF_GREEN function. How does that make sense? It seems like a self-referencing definition?