Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody help???
I have the following lines of code in an Inventor VBA module....
Set oPartNumberProperty = oCompDef.Document.PropertySets.Item("Design Tracking Properties").Item("Part Number")
PartNumber = Trim(oPartNumberProperty.Value)
This will give me the part number!
How can I get the path to that part number?
For example,
If the part number is FRED
how can I get the directory where this part exists?
eg C:\Test Folder\Test File\FRED.IPT [FOR EAMPLE ONLY!!!}
Many thanks in advance!!!!
Solved! Go to Solution.