Thanks to everyone for their valuable input, but, unfortunately I am not any closer to a solution. My problem is that I have some code in a macro that finds the coordinate information of some points but the X,Y,Z values are based from the default axis system:
Set originPts = hybridShapes1.Item(1)
originPts.GetCoordinates originCoord
What I would like to find out how to do is the same X,Y,Z values for these points except relative to a different axis system.