Invalid use of Me keyword

   

The Me keyword can appear in class modules. This error has the following causes and solutions:

Note   The Me keyword can appear on the left side of a Let assignment, in which case the default property of the object represented by Me is set. For example:

Let Me = MyObject   ' Valid assignment with explicit Let.
Me = MyObject   ' Valid assignment with implicit Let.

For additional information, select the item in question and press F1.