'Me' cannot be the target of an assignment

The Me keyword always refers to the specific instance of a class where the code is currently executing. Its value cannot be changed.

Error ID: BC30062

To correct this error

  • Remove the statement that assigns a value to Me.

See Also

Concepts

Object Variable Assignment

Reference

Me