List Members (Project)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Represents a collection of strings or numbers that contain field identification numbers, field names, reports, resource filters, resource tables, resource views, task filters, task tables, task views, or views. (There is no collection for List objects.) It can be accessed through the List properties of the appropriate objects.

Properties

Name

Description

Application

Gets the Application object. Read-only Application.

Count

Gets the number of items in the List collection. Read-only Long.

Item

Gets a single item from the List object. Read-only String.

Parent

Gets the parent of the List object. Read-only Object.