Visual Basic Scripting Edition  

Expected 'Property'

You created a Property procedure (Property Let, Property Set, or Property Get), but did not terminate the procedure with the End Property statement. Property procedures must be terminated with an End Property statement.

To correct this error

Make sure you terminate your Property procedure with the End Property statement.

See Also

Property Let Statement | Property Set Statement | Property Get Statement