Resources.Add method (Project)

Adds a Resource object to a Resources collection.

Syntax

expression.Add (Name, Before)

expression A variable that represents a 'Resources' object.

Parameters

Name Required/Optional Data type Description
Name Optional String The name of the new resource. The default value is an empty string ("").
Before Optional Long The position of the resource in its containing collection. The default value is the position of the last item in the collection.

Return value

Resource

See also

Resources Collection Object

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.