Invalid use of Me keyword

   

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

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 (in Windows) or HELP (on the Macintosh).