Excel Macro Operators
Mathematical Operators in Excel Macro Operator Action Precedence (1=top; 5=bottom) ^ The power operator 1 * The multiplication operator 2 / The division operator 2 \ The integer division operator – this operator divides two numbers and returns the integer result (eg. 7\4 gives a result of 1) 3 Mod The modulus operator – this […]
Excel Macro Operators Read More »
