'Item' property is read-only (Error 383)

The property is read-only at both design time and run time. This error has the following cause and solution:

  • You tried to set or change a property whose value can only be read. Remove the reference to the property from your code or change the reference to only return the value of the property at run time.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.