Your Guide to Using Operators in VBA
An introduction to operators An operator is a symbol that works on two operands to provide an output. For example, Let us consider expressions below: A + B = C here A, B and C are called operands And + and = are called operators.