Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
MMMatt Milanesi18/04/2024
Hello All,
I have this code basically I want to run the macro and it will export the parts list to excel with their custom properties. I will then format to our bom format from there. I know there are multiple ways to do it heres the attempt I have, it keeps breaking at the highlighted portion
Sub ExportAssemblyPartsToExcelWithQuantities()
Dim swApp As Object
Dim swModel As Object
Dim swAssembly As