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.