Assign statements (assign a value or expression result to a variable or object property) are built using "=".

 

Examples:

 

MyVar = 2

Application.Range("C4").Value = "This " + "is ok."

 

Comments