Does Excel VBA have a ternary conditional operator?
Can I do the same thing in Excel VBA than in the example of c++ code below? This is called the ternary operator or also conditional assignment. I know it exists on most languages. If it doesn’t exist, can you