Expected Let or Set or Get in property declaration

You created a Property Let, Property Set, or Property Get statement, but did not include the keywords Let, Set, or Get. The Property statement must be followed by Let, Set, or Get.

To correct this error

  • Make sure the Property statement is followed by Let, Set, or Get.

See Also

Reference

Property Let Statement

Property Set Statement

Property Get Statement