I wanted to know if it was possible to copy/paste part of the bill of materials from a plan to paste it into an Excel file? (without going through a "save as" of the bill of materials and create an Excel file) Do you have a trick or is it not possible?
The kings of the macro will tell you that everything is possible (macro that saves in Excel export format and then copies the table to allow you to have it in your Windows copy/paste stack, then delete the file we just created).
Otherwise there doesn't seem to be a direct copy solution (in 2020 anyway).
Then you have the historical ' relou ' solution: you remove your SW nomenclature, you put an old nomenclature back in Excel format which can be edited by right-clicking in Excel → possible to copy it
Hello, Without the AI, I already have an existing code to extract the data from a nomenclature line (I think I have already provided it for another request of the same type on this forum). You can also manipulate Excel directly from the macro launched in SW and copy/paste directly without waiting for the user to intervene.
Data can be linked between Excel files to update automatically. Excel will require you to enable binding updates, or update them manually. The macro must create files for each nomenclature and then in a compilation file you update with each update. I think you need to create a value in the SolidWorks BOM that can then be filtered later, either through the macro or through Excel, a date for example. Is it possible