I'm trying to recall (in vba) the contents of a field on screen.
I'm using a drawing of an assembly.
The field on screen "drawingNo" which is set to\$PRPSHEET:"drawingNo", which shows the drawing number of theassembly its linked to.
On screen this shows the correct string.
In the assembly we have the custom properties but alsoconfiguration specific. DrawingNo is "XXXX" in the custom butfilled in completely in the configuration specific.
On screen its showing the "config specific" (correct one), butusing vba code its returning the "custom" string ?
SolidworksApi macros