You used the Default reserved word on a Property Let or Property Set. You can only specify the Default reserved word for a Property Get.
To correct this error
Specify the Default reserved word on a Property Get only.
Property Let Statement | Property Set Statement | Property Get Statement