Returns the number of items in the project file.
Syntax:
CountItems() As Long
Dim ProjFile As ProjectFile Dim Items As Long Set ProjFile = Application.ActiveProjectFile Items = ProjFile.CountItems
See also: