rajulapati
5 years agoContributor
Are you looking for a code similar to this?
Dim Logs
' Obtains the object that holds the list of project logs
Set Logs = Project.Logs
Count = Logs.LogItemsCount
' Iterates through the list of project logs
For i = 0 To Count - 1
Logs.LogItem(i).SaveResultsAs("C:\Work\Log\Project1\", lsHTML, true, 1) ' Files are created in the Project1 folder
Next
Related Content
- 9 years ago
- 3 years ago