Question
Export BOM to Excel
Hello,
I'm trying to write VB code which will fetch BOM (bill of material) from ProE and export in to Excel
I've started with the following:
Dim model As pfcls.IpfcModel
Dim export_instructions As pfcls.IpfcBOMExportInstructions
export_instructions = New CCpfcBOMExportInstructions
I would appreciate any help on this. Where to start, what to read, etc...
Thanks in advance!
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

