Share via


HTMLProjectItems Property

Returns the HTMLProjectItems collection that is included in the specified HTML project. Read-only HTMLProjectItems.

Example

This example returns the number of items in the HTMLProjectItems collection in the HTML project in the active workbook.

intCount = ActiveWorkbook.HTMLProject.HTMLProjectItems.Count

Applies to | HTMLProject Object