Object doesn't support named arguments (Error 446)

Not all objects support named arguments. This error has the following cause and solution:

  • You tried to access an object whose methods don't support named arguments.

    Specify arguments positionally when performing methods on this object. See the object's documentation for more information on argument positions and types.

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

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.