Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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.