Visual Basic Scripting Edition  

Invalid use of 'Me' keyword

You attempted to use Set to assign a value to the identifier Me. Me is a reserved identifier, and cannot be set.

To correct this error

Rename the variable to something other than Me.