So I'm trying to finish up a macro I've created and I am using the following piece of code to insert an Excel based BOM into my drawings:
Set Table = swView.InsertBomTable(TableTemplate, 0.0075, 0.2086, 0)
My issue is that it only does parts, but I want it to include sub assemblies. Is it possible to change it to indented through API or am I just out of luck?
Thanks,
JP
SolidworksApi macros