Message 1 of 4

Not applicable
11-22-2021
07:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a rule for exporting BOM from my assemblies, but want to be able to select the folder in which i can save the exported excel file.
Is there a way to add a pop up window to the rule, which will let me select save folder?
Rule i am using:
Dim oDoc As AssemblyDocument = ThisDoc.Document Dim oBOM As BOM = oDoc.ComponentDefinition.BOM oBOM.PartsOnlyViewEnabled=True ThisBOM.Export("Parts Only", "C:\Temp\TestBOMExport.xls", FileFormatEnum.kMicrosoftExcelFormat)
Solved! Go to Solution.