Count property (Microsoft Forms)
Returns the number of objects in a collection.
Syntax
object.Count
The Count property syntax has these parts:
Part | Description |
---|---|
object | Required. A valid object. |
Remarks
The Count property is read only.
Note that the index value for the first page or tab of a collection is zero, the value for the second page or tab is one, and so on. For example, if a MultiPage contains two pages, the indexes of the pages are 0 and 1, and the value of Count is 2.
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.