Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

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")