'Item' property is write-only (Error 394)

The property can't be read. This error has the following cause and solution.

  • A property can't be read; for example, ctl.property = 3 might be legal, but " Printctl.property" would generate this error. Change your code and remove the reference to the property.

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.