Availability.AvailableUnit property (Project)

Gets or sets the percentage of time the resource is available during the availability period. Read/write Double.

Syntax

expression. AvailableUnit

expression A variable that represents an Availability object.

Remarks

If the AvailableUnit value is 100, the resource is available 100% of the time.

You can set availability information on the General tab of the Resource Information dialog box, in the Resource Availability grid.

Example

The following line of code prints the percentage of time the resource is available during the second availability period. If the availability period is not defined, the code results in run-time error 1101, "The argument value is not valid."

Debug.Print ActiveProject.Resources(1).Availabilities(2).AvailableUnit

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.