I have a macro that copies the "Description" from the custom properties of the model to the drawing.
After moving the "Description from the custom properties tab, to the Configuration Specific properties tab, the macro does not work.
I think the problem is in the circled area in attached picture, but I am not a programmer.
What do I need to change to get it to work?
Replace
Set swCustProp = swView.ReferencedDocument.Extension.CustomPropertyManager(“”)
with
Set swCustProp = swView.ReferencedDocument.Extension.CustomPropertyManager(swView.ReferencedConfiguration)
But better if you handle both cases as shown here: Managing Custom Properties using SOLIDWORKS API