Assignment operator
basicsyntax
Assigns y to the variable x.
Usage:
x=y Let x=y
Examples:
Dim x As Number x = 3