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.
Visual Basic Scripting Edition |
'Default' specification can only be on Property Get |
See Also |
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.
Specify the Default reserved word on a Property Get only.