Key property

Sets a key in a Dictionary object.

Syntax

object.Key (key) = newkey

The Key property has the following parts:

Part Description
object Required. Always the name of a Dictionary object.
key Required. The key value being changed.
newkey Required. New value that replaces the specified key.

Remarks

If key is not found when changing a key, a run-time error will occur.

See also

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.