Can anyone clue me in as to why some VBA code uses "--" before a formula? Example:
num = Evaluate("=SUMPRODUCT(--(B2:B5=H4"),--(C2:C4="))
~I'm splicing code pieces together so don't worry if the ranges/parentheses don't quite match up
Thanks in advance!
************
RudeJohn
************
num = Evaluate("=SUMPRODUCT(--(B2:B5=H4"),--(C2:C4="))
~I'm splicing code pieces together so don't worry if the ranges/parentheses don't quite match up
Thanks in advance!
************
RudeJohn
************