Hi,
By using the VBA object method:
"GenerateDetailAnalysisReport(OutputFileName As String, displayReport As Boolean)"
I managed to create an excel report for the whole project using VBA. I am however interested in creating individual excel report files for each (or a particular) assembly in my project. Is there any object/method that allows me to do that?
Thanks
Manuel