Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Types | Description | Operators |
---|---|---|
Arithmetic operators | Operators used to perform mathematical calculations. | * operator^ operator/ operator\ operatorMod operator+ operator- operator |
Comparison operators | Operators used to perform comparisons. | = operatorIs operatorLike operator |
Concatenation operators | Operators used to combine strings. | & operator+ operator |
Logical operators | Operators used to perform logical operations. | And operatorEqv operatorImp operatorNot operatorOr operatorXor operator |
When several operations occur in an expression, each part is evaluated and resolved in a predetermined order called operator precedence. For more information, see Operator precedence.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.