Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.01 KB

object-does-not-have-a-property-let-procedure.md

File metadata and controls

23 lines (14 loc) · 1.01 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Object does not have a Property Let procedure
vblr6.chm1115313
vblr6.chm1115313
88b10e14-bd01-3738-2509-f98dff5dd0e7
06/08/2017
medium

Object does not have a Property Let procedure

You can't assign a value to a property unless it has exposed a Property Let method. This error has the following causes and solutions:

  • You tried to assign a value to a property that hasn't exposed a Property Let method. You can't directly assign a value to this property. If you created the class, you can modify the interface by exposing a Property Let method. Otherwise, check the component's documentation to determine if there is an indirect method for assigning the value.

For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).

[!includeSupport and feedback]