VBA Code Protection > Supported VBA syntax by compiler > Assign statements |
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."