dshippy
6 years agoSenior Member
Generate Documentation for API output has minor (but important) HTML discrepancy
I am screen scraping HTML from the report created by "Generate Documentation". I am pulling the outer HTML for the <li> tag in the report for each entry point; the <li> tags have a class attribute of "operation"...except for the last entry point on the report. This makes it impossible to find the last entry point's doco as the <li> is not included in VBA getElementsByClassName("operation"). Example from inspect of the report (last highlighted <li> is missing "class=operation":