Monday, December 10, 2018

What is Operators VBA?

 VBA Operators :

An Operator can be defined using a simple expression - 4 + 5 is equal to 9. Here, 4 and 5 are called operands and + is called operator. VBA supports following types of operators −
  • Arithmetic Operators
  • Comparison Operators
  • Logical (or Relational) Operators
  • Concatenation Operators

The Arithmatic Operators : 

Following arithmetic operators are supported by VBA.
Assume variable A holds 5 and variable B holds 10, then −
http://www.tutorialspoint.com/

No comments:

Post a Comment