Enumeration methods and objects (as with collections):   Return to List

Objects' the plural refers to an enumeration; for example, Axes, Sheets, Windows
Objects(n)' refers to the nth member of the group
Objects("name")' refers to the named member of the group
Objects.Count' the number of objects in the group
Objects.Add obj' adds a new object to the group
obj.Delete' Deletes the object from the group



Note to Webmaster