The following mathematical operators are supported in Office Basic.
This chapter provides a short overview of all of the arithmetic operators that you may need for calculations within a program.
Subtracts two values.
Multiplies two values.
Adds or combines two expressions.
Divides two values.
Performs the integer division on two numbers and returns the result.
Raises a number to a power.
The MOD operator takes in two numeric expressions and returns the remainder of the division.