Illegal parameter. Can't write arrays (Error 328)

An illegal parameter was passed to the method. This error has the following cause and solution:

  • In the WriteProperties event of your User Control, you tried to do a PropBag.WriteProperty X, where X is an array. This isn't supported.

    You must write out each element of the array individually.

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.