We curently use a Spreadsheet in a NX dwg file to make a hole chart on the drawing. Insert table, then insert spreadsheet. Points are set-up in the Modeling application using linked points.
In NX8.5 the formula in Excel was:
='C:\Program Files\Siemens\NX 8.5\UGII\ug.xla'!POINT("HOLE12") then CTRL/Shift/Enter to get Y location
When I changed for NX11:
='C:\Program Files\Siemens\NX 11.0\UGII\ug.xla'!POINT("HOLE12")
Excel changed formula to:
=POINT("HOLE12")
Was it intentional to lose all formatting for path location, and just leave Hole Point?????