Index property (Microsoft Forms)

The position of a Tab object within a Tabs collection, or a Page object in a Pages collection.

Syntax

object.Index [= Integer ]

The Index property syntax has these parts:

Part Description
object Required. A valid object.
Integer Optional. The index of the currently selected Tab object.

Remarks

The Index property specifies the order in which tabs appear. Changing the value of Index visually changes the order of Pages in a MultiPage or Tabs on a TabStrip. The index value for the first page or tab is zero, the index value of the second page or tab is one, and so on.

In a MultiPage, Index refers to a Page as well as the page's Tab. In a TabStrip, Index refers to the tab only.

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.