05-10-2023
02:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-10-2023
02:42 PM
This works for me if my property is in Project. However, if my property is in Custom, it cannot find the property.
For example, I have a Custom property named DESCRIPTION. When I run the rule, I get an error iProperties: Cannot find a property named "DESCRIPTION". It does exist in the part. See attachment.
These are my three lines.
oWorkbook.Sheets("Sheet1").Cells(i, 1).Value = iProperties.Value("Custom", "DESCRIPTION") oWorkbook.Sheets("Sheet1").Cells(i, 2).Value = iProperties.Value("Custom", "MANUFACTURER") oWorkbook.Sheets("Sheet1").Cells(i, 3).Value = iProperties.Value("Custom", "MANUFACTURERS_PART_NUMBER")