Returns a single member of a collection. Read-only.
Item is the default member for a collection. For example, the following two lines of code are equivalent.
ActiveWorkbook.Worksheets.Item(1)
ActiveWorkbook.Worksheets(1)
For more information about returning a single member of a collection, see Returning an Object from a Collection.
For specific information about the Item method or property for a given collection, select the name of the collection in the following list.