I've got a macro to help with custom properties. I have two problems currently:
1) The macro as is deletes any configuration comments when it runs. I know it's the center "" in:
CurrentDoc.EditConfiguration ConfigName, ConfigName, "", PartNumber1, 1, 0, 0, 1, 385
What I haven't been able to...