This topic has not yet been rated - Rate this topic

Items.GetLast Method

Office 2007
Returns the last object in the collection.

Syntax

expression.GetLast

expression   A variable that represents an Items object.

Return Value
An Object value that represents the last object contained by the collection.

Remarks

It returns Nothing if no last object exists, for example, if the collection is empty.To ensure correct operation of the GetFirst, GetLast, GetNext, and GetPrevious methods in a large collection, call GetFirst before calling GetNext on that collection, and call GetLast before calling GetPrevious. To ensure that you are always making the calls on the same collection, create an explicit variable that refers to that collection before entering the loop.




Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.