Application.SetResourceField method (Project)
Sets the value of a resource field.
Syntax
expression. SetResourceField
( _Field_
, _Value_
, _AllSelectedResources_
, _Create_
, _ResourceID_
, _ProjectName_
)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Field | Required | String | The name of the resource field to set. |
Value | Required | String | The value of the resource field. |
AllSelectedResources | Optional | Boolean | True if the value of the field is set for all selected resources. False if the value is set for the active resource. The default value is False. |
Create | Optional | Boolean | True if Project should create a new resource if the active cell is on an empty row. The default value is True. |
ResourceID | Optional | Long | The identification number of the resource containing the field to set. If AllSelectedResources is True, ResourceID is ignored. |
ProjectName | Optional | String | If the active project is a consolidated project, specifies the name of the project for the resource specified by ResourceID . If ResourceID is not specified, ProjectName is ignored. The default value is the name of the active project. |
Return value
Boolean
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.