Visual Basic for Applications Reference

Property Set not permitted (Error 387)

See Also    Specifics

Not all properties support returning a reference. This error has the following cause and solution:

  • You tried to get a reference to a property that doesn't return a reference.

    Restrict your access to this property to Property Let and Property Get.

For additional information, select the item in question and press F1.